django-rest-framework/rest_framework/schemas
Tilmann Becker d38b94fd74 Fix URL pattern parsing in schema generation (#5689)
* Fix url parsing in schema generation

- Call `str(pattern)` to get non-escaped route
- Strip converters from path to comply with uritemplate format. 
   Background: https://github.com/encode/django-rest-framework/issues/5675#issuecomment-352829363

Fixes #5675
2017-12-20 09:10:28 +01:00
..
__init__.py Add DEFAULT_SCHEMA_CLASS setting (#5658) 2017-12-14 11:24:21 +01:00
generators.py Fix URL pattern parsing in schema generation (#5689) 2017-12-20 09:10:28 +01:00
inspectors.py Add DEFAULT_SCHEMA_CLASS setting (#5658) 2017-12-14 11:24:21 +01:00
utils.py Have is_list_view recognise RetrieveModel… views (#5480) 2017-10-05 20:41:14 +02:00
views.py Allow schema = None. Deprecate exclude_from_schema (#5422) 2017-09-20 11:29:47 +02:00