django-rest-framework/rest_framework
2017-01-16 18:17:51 +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 autofocus support for input.html templates (#4650) 2016-11-07 11:34:53 +00:00
templatetags Lazy hyperlink names (#4554) 2016-10-11 12:18:00 +01:00
utils Add mediatype tests (#4813) 2017-01-16 18:17:51 +00:00
__init__.py tox/travis maintenance (#4811) 2017-01-16 13:51:07 +00:00
authentication.py
compat.py Fix guardian import (#4612) 2016-10-21 16:59:43 +01: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 Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
filters.py Fix FilterSet warnings. (#4660) 2016-11-07 12:55:18 +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 Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
parsers.py
permissions.py
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 Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
response.py
reverse.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
routers.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
schemas.py get view for django 'virtual hosts' (#4776) 2017-01-06 22:46:36 +00:00
serializers.py Fix typos in Python files 2017-01-08 15:36:49 +02:00
settings.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
status.py
test.py Drop redundant requests adapter (#4639) 2016-11-01 10:24:53 +00:00
throttling.py
urlpatterns.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
urls.py
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