Merge branch 'master' into fix/throttling/timer-mocking-by-freezegun

This commit is contained in:
Łukasz Skarżyński 2021-04-27 11:44:23 +02:00
commit 7cd5ae7275
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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