mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
Remove reference to deprecated drf-openapi package (#6398)
This commit is contained in:
parent
e0ae975e5c
commit
9c408b296b
|
@ -827,19 +827,11 @@ A short description of the meaning and intended usage of the input field.
|
||||||
[drf-yasg][drf-yasg] generates [OpenAPI][open-api] documents suitable for code generation - nested schemas,
|
[drf-yasg][drf-yasg] generates [OpenAPI][open-api] documents suitable for code generation - nested schemas,
|
||||||
named models, response bodies, enum/pattern/min/max validators, form parameters, etc.
|
named models, response bodies, enum/pattern/min/max validators, form parameters, etc.
|
||||||
|
|
||||||
|
|
||||||
## DRF OpenAPI
|
|
||||||
|
|
||||||
[DRF OpenAPI][drf-openapi] renders the schema generated by Django Rest Framework
|
|
||||||
in [OpenAPI][open-api] format.
|
|
||||||
|
|
||||||
|
|
||||||
[cite]: https://blog.heroku.com/archives/2014/1/8/json_schema_for_heroku_platform_api
|
[cite]: https://blog.heroku.com/archives/2014/1/8/json_schema_for_heroku_platform_api
|
||||||
[coreapi]: https://www.coreapi.org/
|
[coreapi]: https://www.coreapi.org/
|
||||||
[corejson]: https://www.coreapi.org/specification/encoding/#core-json-encoding
|
[corejson]: https://www.coreapi.org/specification/encoding/#core-json-encoding
|
||||||
[drf-yasg]: https://github.com/axnsan12/drf-yasg/
|
[drf-yasg]: https://github.com/axnsan12/drf-yasg/
|
||||||
[open-api]: https://openapis.org/
|
[open-api]: https://openapis.org/
|
||||||
[drf-openapi]: https://github.com/limdauto/drf_openapi
|
|
||||||
[json-hyperschema]: https://json-schema.org/latest/json-schema-hypermedia.html
|
[json-hyperschema]: https://json-schema.org/latest/json-schema-hypermedia.html
|
||||||
[api-blueprint]: https://apiblueprint.org/
|
[api-blueprint]: https://apiblueprint.org/
|
||||||
[static-files]: https://docs.djangoproject.com/en/stable/howto/static-files/
|
[static-files]: https://docs.djangoproject.com/en/stable/howto/static-files/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user