django-rest-framework/rest_framework
..
authtoken
locale
static/rest_framework
templates/rest_framework
templatetags
utils
__init__.py Version 3.3.1 2015-11-04 14:49:57 +00:00
authentication.py Use REST framework request parsing when accessing old-style .POST 2015-11-04 14:10:51 +00:00
compat.py
decorators.py
exceptions.py
fields.py Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc). 2015-12-01 14:09:10 -05:00
filters.py Resolve #3596 2015-12-05 11:10:39 -06:00
generics.py
metadata.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
mixins.py
models.py
negotiation.py
pagination.py
parsers.py
permissions.py
relations.py typo 2015-10-29 16:20:44 +01:00
renderers.py
request.py
response.py
reverse.py
routers.py
serializers.py Proper 'is primary key' checking 2015-11-04 14:37:32 +00:00
settings.py Release notes etc 2015-10-22 14:05:52 +01:00
status.py
test.py
throttling.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
urlpatterns.py Sort imports with isort 2015-06-25 16:55:51 -04:00
urls.py
validators.py
versioning.py
views.py
viewsets.py