django-rest-framework/tests/schemas
Pierre Chiquet c603b98403
Fix OpenAPISchema rendering for timedelta (#7641)
* Add failing test when rendering to json a schema with timedelta

* Fix JSONOpenAPIRenderer for fields with default=timedelta()

* fix isort

* fix test for python 3.5

Co-authored-by: Pierre Chiquet <pierre.chiquet@ubikey.fr>
2021-03-10 12:03:15 +00: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 Fix OpenAPISchema rendering for timedelta (#7641) 2021-03-10 12:03:15 +00:00
views.py Fix OpenAPISchema rendering for timedelta (#7641) 2021-03-10 12:03:15 +00:00