drf-yasg/testproj
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
..
articles Document exotic usages of swagger_auto_schema 2017-12-16 20:38:40 +01:00
snippets Clean up Django 2 path backslashes 2017-12-18 01:06:14 +01:00
testproj Fix broken SwaggerDict pickling (#15) 2017-12-15 18:47:10 +01:00
users Clean up Django 2 path backslashes 2017-12-18 01:06:14 +01:00
db.sqlite3 Rewrite schema generation (#1) 2017-12-05 19:46:02 +01:00
manage.py Fix python 3.7 -> 3.7-dev and add flake8 testing 2017-12-02 23:48:58 +01:00