django-rest-framework/rest_framework
2017-03-03 15:24:37 +00:00
..
authtoken
locale
static/rest_framework Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
templates/rest_framework Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
templatetags Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
utils
__init__.py
authentication.py
compat.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
decorators.py
documentation.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
exceptions.py Fix support of get_full_details() for Throttled exceptions (#4627) 2016-11-01 10:38:56 +00:00
fields.py Rearrange code (#4908) 2017-02-20 09:48:19 +00:00
filters.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
generics.py
metadata.py
mixins.py
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py
pagination.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
parsers.py
permissions.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
relations.py
renderers.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
request.py
response.py
reverse.py
routers.py
schemas.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
serializers.py Guard against the possible misspelling readonly_fields in model serializers 2017-02-22 13:27:23 +02:00
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py add per-view custom exception handler support (#4753) 2016-12-15 12:36:40 +00:00
viewsets.py