django-rest-framework/rest_framework/schemas
Dhaval Mehta 5ce237e004
Corrected regex serialization for OpenAPI. (#7389)
* replace \Z by \z in regex

* fix test cases for Django >= 3.0

* fix isort

* Added comment for why `\z`.

Co-authored-by: Carlton Gibson <carlton@noumenal.es>
2020-06-28 14:28:59 +02:00
..
__init__.py Update linter requirements (#7010) 2019-10-22 11:18:51 -07:00
coreapi.py OpenAPI: Ported docstring operation description from CoreAPI inspector. (#6898) 2019-11-06 21:52:02 +01:00
generators.py Drop all compat support to Django < 2 urls (#7337) 2020-05-14 20:31:38 +02:00
inspectors.py Fix Django 3.0 deprecations (#7074) 2019-12-04 14:14:43 -08:00
openapi.py Corrected regex serialization for OpenAPI. (#7389) 2020-06-28 14:28:59 +02:00
utils.py Fix Django 3.0 deprecations (#7074) 2019-12-04 14:14:43 -08:00
views.py Added OpenAPI Schema Generation. (#6532) 2019-05-13 16:07:03 +02:00