mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Merge branch 'master' into fix/throttling/timer-mocking-by-freezegun
This commit is contained in:
commit
7cd5ae7275
|
@ -421,6 +421,7 @@ If your views have related customizations that are needed frequently, you can
|
||||||
create a base `AutoSchema` subclass for your project that takes additional
|
create a base `AutoSchema` subclass for your project that takes additional
|
||||||
`__init__()` kwargs to save subclassing `AutoSchema` for each view.
|
`__init__()` kwargs to save subclassing `AutoSchema` for each view.
|
||||||
|
|
||||||
|
[cite]: https://blog.heroku.com/archives/2014/1/8/json_schema_for_heroku_platform_api
|
||||||
[openapi]: https://github.com/OAI/OpenAPI-Specification
|
[openapi]: https://github.com/OAI/OpenAPI-Specification
|
||||||
[openapi-specification-extensions]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specification-extensions
|
[openapi-specification-extensions]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specification-extensions
|
||||||
[openapi-operation]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operationObject
|
[openapi-operation]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operationObject
|
||||||
|
|
|
@ -5,4 +5,4 @@ wheel>=0.35.1,<0.36
|
||||||
twine>=3.2.0,<3.3
|
twine>=3.2.0,<3.3
|
||||||
|
|
||||||
# Transifex client for managing translation resources.
|
# Transifex client for managing translation resources.
|
||||||
transifex-clien>=0.13.12,<0.14
|
transifex-client>=0.13.12,<0.14
|
||||||
|
|
Loading…
Reference in New Issue
Block a user