django-rest-framework/rest_framework
2017-03-09 14:49:51 +00:00
..
authtoken
locale
static/rest_framework Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
templates/rest_framework Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
templatetags Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
utils Reverted "Removed multi-table inheritance auto created PK from serialize" 1ecbeebbe5. 2017-02-11 17:39:47 +01:00
__init__.py Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
authentication.py
compat.py Version 3.6 (#4943) 2017-03-09 14:49:51 +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 Allow required false and default (#4692) 2017-03-07 13:19:19 +00:00
filters.py Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
generics.py
metadata.py
mixins.py Invalidate any existing prefetch cache on PUT requests. (#4668) 2016-11-11 09:44:35 +00:00
models.py
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 Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
renderers.py Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
request.py Update _not_authenticated's docstring (#4906) 2017-02-20 09:33:54 +00:00
response.py
reverse.py
routers.py Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
schemas.py Extract APISchemaView and APIRootView out of the DefaultRouter. (#4707) 2017-03-07 13:39:08 +00:00
serializers.py Guard against the possible misspelling readonly_fields in model serializers 2017-02-22 13:27:23 +02:00
settings.py Removed unnecessary importlib wrapper. 2017-01-29 20:38:39 +01:00
status.py
test.py fixed url checker ':' to 'http' (#4678) 2017-02-01 12:20:06 +00:00
throttling.py
urlpatterns.py Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866) 2017-01-30 16:11:19 +00:00
urls.py
validators.py
versioning.py Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
views.py add per-view custom exception handler support (#4753) 2016-12-15 12:36:40 +00:00
viewsets.py