django-rest-framework/rest_framework/schemas
Jon Dufresne ea81000160 Remove ulrparse compatability shim; use six instead
The urlparse shim in compat.py duplicates Django's bundled six. Can rely
on upstream instead of duplicating their works. Unifies shim with other
files already using six.
2017-11-08 21:30:33 -08:00
..
__init__.py allow custom authentication and permission classes for docs view 2017-09-25 16:17:25 +02:00
generators.py Use dict and set literals instead of calls to dict() and set() (#5559) 2017-11-06 10:03:01 +01:00
inspectors.py Remove ulrparse compatability shim; use six instead 2017-11-08 21:30:33 -08: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