django-rest-framework/rest_framework
2016-11-07 13:38:48 +00:00
..
authtoken Error codes (#4550) 2016-10-11 10:25:21 +01:00
locale
static/rest_framework
templates/rest_framework Add autofocus support for input.html templates (#4650) 2016-11-07 11:34:53 +00:00
templatetags
utils Fix 3674 (#4571) 2016-10-13 12:43:43 +01:00
__init__.py Version 3.5.3 [ci skip] 2016-11-07 13:38:48 +00:00
authentication.py TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
compat.py
decorators.py
exceptions.py Fix support of get_full_details() for Throttled exceptions (#4627) 2016-11-01 10:38:56 +00:00
fields.py Support 'on'/'off' literals with BooleanField. Closes #4624 (#4640) 2016-11-01 11:11:34 +00:00
filters.py Fix FilterSet warnings. (#4660) 2016-11-07 12:55:18 +00:00
generics.py
metadata.py
mixins.py
models.py
negotiation.py
pagination.py Enable cursor pagination of value querysets. (#4569) 2016-11-01 10:42:01 +00:00
parsers.py
permissions.py
relations.py
renderers.py
request.py
response.py
reverse.py
routers.py
schemas.py handle error when no links are found (#4649) 2016-11-07 11:41:10 +00:00
serializers.py Make serializer fields import explicit (#4628) 2016-11-01 10:27:11 +00:00
settings.py
status.py
test.py Drop redundant requests adapter (#4639) 2016-11-01 10:24:53 +00:00
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py Don't lose exception info (#4638) 2016-11-01 10:22:30 +00:00
viewsets.py