django-rest-framework/rest_framework
2017-03-03 09:23:09 +00:00
..
authtoken Error codes (#4550) 2016-10-11 10:25:21 +01:00
locale Removous erronous duplicate Danish translation file (#4563) 2016-10-12 10:02:21 +01:00
static/rest_framework Browsable API navbar gets overlapped by highlighted pagination item fix (#4547) 2016-10-11 10:59:00 +01:00
templates/rest_framework Add failing tests and fix for dict that have a key items #4931 (#4932) 2017-03-03 09:23:09 +00:00
templatetags Add failing tests and fix for dict that have a key items #4931 (#4932) 2017-03-03 09:23:09 +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.5.4 (#4894) 2017-02-10 11:15:39 +00:00
authentication.py TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
compat.py Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866) 2017-01-30 16:11:19 +00:00
decorators.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01: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 Fix FilterSet warnings. (#4660) 2016-11-07 12:55:18 +00:00
generics.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
metadata.py Don't list M2M choices in OPTIONS requests. Refs #3751. (#4160) 2016-06-01 17:28:32 +01:00
mixins.py Invalidate any existing prefetch cache on PUT requests. (#4668) 2016-11-11 09:44:35 +00:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
pagination.py Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
parsers.py Descriptive error from FileUploadParser when filename not included. (#4340) 2016-08-01 18:44:58 +01:00
permissions.py Fixed Permissions.get_required_object_permissions for #4927 2017-02-28 17:51:32 +01:00
relations.py Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
renderers.py Renderer tests (#4791) 2017-01-08 16:33:43 +00:00
request.py Update _not_authenticated's docstring (#4906) 2017-02-20 09:33:54 +00:00
response.py fixes response rendering with empty context (#4495) 2016-09-17 03:13:34 +01:00
reverse.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
routers.py Parametrizable viewset custom views reverse name (#4821) 2017-01-19 15:20:34 +00:00
schemas.py get view for django 'virtual hosts' (#4776) 2017-01-06 22:46:36 +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 Adding support for RFC 4918 status codes (#4291) 2016-07-26 11:09:12 +01:00
test.py fixed url checker ':' to 'http' (#4678) 2017-02-01 12:20:06 +00:00
throttling.py Access request.user.is_authenticated as property not method, under Django 1.10+ (#4358) 2016-08-05 11:04:01 +01:00
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 Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00
validators.py Error codes (#4550) 2016-10-11 10:25:21 +01:00
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 Remove code for old Django versions (#4513) 2016-09-23 23:03:02 +01:00