django-rest-framework/rest_framework
2016-10-11 10:59:00 +01:00
..
authtoken
locale
static/rest_framework
templates/rest_framework
templatetags Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
utils
__init__.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01: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
fields.py
filters.py
generics.py
metadata.py Don't list M2M choices in OPTIONS requests. Refs #3751. (#4160) 2016-06-01 17:28:32 +01:00
mixins.py
models.py
negotiation.py
pagination.py
parsers.py Descriptive error from FileUploadParser when filename not included. (#4340) 2016-08-01 18:44:58 +01:00
permissions.py
relations.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
renderers.py
request.py Fallback behavior for request parsing when request.POST already accessed. (#4500) 2016-09-21 11:49:09 +01:00
response.py
reverse.py
routers.py
schemas.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
serializers.py Error codes (#4550) 2016-10-11 10:25:21 +01:00
settings.py
status.py
test.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
throttling.py
urlpatterns.py
urls.py
validators.py Error codes (#4550) 2016-10-11 10:25:21 +01:00
versioning.py Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION (#4370) 2016-08-10 15:19:56 +01:00
views.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
viewsets.py