1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-06-04 05:33:17 +03:00
django-rest-framework/rest_framework/schemas
Alan Crosswell 4d228257ac Retain declared path ordering in OpenAPI YAML output. ()
* Add pyyaml.dump(..., sort_keys=False) to not sort openapi keys alphabetically
* Retain ordering of paths as provided in urlconf in OpenAPI schemas.
2019-06-09 14:58:02 +02:00
..
__init__.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
coreapi.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
generators.py Retain declared path ordering in OpenAPI YAML output. () 2019-06-09 14:58:02 +02:00
inspectors.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
openapi.py Generate OpenAPI schema field types from validators. () 2019-06-09 14:42:56 +02:00
utils.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
views.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00