django-rest-framework/tests/schemas
Denis Orehovsky 8812394ed8
Add distinction between request and response serializers for OpenAPI (#7424)
* Add distinction between request and response serializers

* Add docs

* document new functions in schemas.md

* add a test case for different request vs response objects

* Correct formatting for flake8

Co-authored-by: Shaun Gosse <shaun.gosse@emburse.com>
2021-04-20 15:03:16 +01:00
..
__init__.py Added OpenAPI Schema Generation. (#6532) 2019-05-13 16:07:03 +02:00
test_coreapi.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
test_get_schema_view.py Added OpenAPI Schema Generation. (#6532) 2019-05-13 16:07:03 +02:00
test_managementcommand.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
test_openapi.py Add distinction between request and response serializers for OpenAPI (#7424) 2021-04-20 15:03:16 +01:00
views.py Fix OpenAPISchema rendering for timedelta (#7641) 2021-03-10 12:03:15 +00:00