drf-yasg/docs
Cristi Vîjdea 521172c195 Clean up Django 2 path backslashes
In Django 2, routes defines via urls.path are aggresively escaped when converted into regex.

This is a naive fix which unescapes all characters outside capture groups, but in the context of OpenAPI is okay because regular expressions inside paths are not supported anyway.

This issue affects django-rest-framework as well, as outlined in encode/django-rest-framework#5672, encode/django-rest-framework#5675.
2017-12-18 01:06:14 +01:00
..
_static Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
_templates Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
Makefile Rename to drf-yasg 2017-12-13 10:22:03 +01:00
changelog.rst Clean up Django 2 path backslashes 2017-12-18 01:06:14 +01:00
conf.py Clean up Django 2 path backslashes 2017-12-18 01:06:14 +01:00
contributing.rst Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
custom_spec.rst Update documentation and changelog 2017-12-17 01:44:49 +01:00
custom_ui.rst Rename to drf-yasg 2017-12-13 10:22:03 +01:00
drf_yasg.rst Fix broken SwaggerDict pickling (#15) 2017-12-15 18:47:10 +01:00
index.rst Prepare release 1.0.3 2017-12-15 19:25:25 +01:00
license.rst Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
make.bat Rename to drf-yasg 2017-12-13 10:22:03 +01:00
readme.rst Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
rendering.rst Add dcumentation (#12) 2017-12-12 11:14:33 +01:00
settings.rst Add dcumentation (#12) 2017-12-12 11:14:33 +01:00

readme.rst

.. include:: ../README.rst