..
authtoken
Sort imports with isort
2015-06-25 16:55:51 -04:00
locale
Update translations
2015-08-06 13:22:53 +01:00
static /rest_framework
Merge pull request #2926 from tomchristie/admin-style
2015-07-30 15:01:37 +01:00
templates /rest_framework
Support grouped choices
2015-08-06 11:43:03 +01:00
templatetags
Fix for 1, 0 being rendered as true, false in the admin. Closes #3227 .
2015-08-07 14:38:36 +01:00
utils
Remove Django 1.4 compat code
2015-08-07 00:02:29 +02:00
__init__.py
Version 3.2.1
2015-08-07 14:55:18 +01:00
authentication.py
Remove Django 1.4 compat code
2015-08-07 00:02:29 +02:00
compat.py
Remove Django 1.4 compat code
2015-08-07 00:02:29 +02:00
decorators.py
Cleanup import following PEP 8 style guide
2015-06-25 16:10:17 -04:00
exceptions.py
Errors in browsable API on error. Closes #3024 .
2015-07-23 14:31:25 +01:00
fields.py
Merge pull request #3238 from kezabelle/bugfix/3235
2015-08-07 14:44:32 +01:00
filters.py
Merge branch 'feature/filepathfield' of https://github.com/Ins1ne/django-rest-framework into Ins1ne-feature/filepathfield
2015-08-03 10:09:46 +01:00
generics.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
metadata.py
Include nested objects in metadata for OPTIONS. Closes #3156 . Closes #2915 .
2015-07-16 15:17:18 +01:00
mixins.py
Cleanup import following PEP 8 style guide
2015-06-25 16:10:17 -04:00
models.py
Move models.resolve_model to serializers._resolve_model
2014-01-13 11:47:44 -05:00
negotiation.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
pagination.py
Error on double underscore ordering with CursorPagination. Refs #3221 .
2015-08-05 13:42:44 +01:00
parsers.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
permissions.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
relations.py
Add display value method
2015-08-10 11:03:57 +01:00
renderers.py
Mask view docstring on 401 and 403 responses. Closes #3216 .
2015-08-05 13:59:55 +01:00
request.py
Leave requests.FILES alone, for compat with regular Django requests. Closes #3239 .
2015-08-07 14:24:28 +01:00
response.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
reverse.py
Merge master
2015-07-23 15:28:29 +01:00
routers.py
Remove Django 1.4 compat code
2015-08-07 00:02:29 +02:00
serializers.py
Merge branch 'feature/filepathfield' of https://github.com/Ins1ne/django-rest-framework into Ins1ne-feature/filepathfield
2015-08-03 10:09:46 +01:00
settings.py
Empty settings should also be coerced to lists. Closes #3087 .
2015-07-02 10:28:46 +01:00
status.py
Code linting and added runtests.py
2014-08-19 13:28:07 +01:00
test.py
Bump minimum Django version to 1.5
2015-07-30 15:43:39 +01:00
throttling.py
Cleanup import following PEP 8 style guide
2015-06-25 16:10:17 -04:00
urlpatterns.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
urls.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
validators.py
Cleanup import following PEP 8 style guide
2015-06-25 16:10:17 -04:00
versioning.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
views.py
Remove Django 1.4 compat code
2015-08-07 00:02:29 +02:00
viewsets.py
Fix 'metadata' action on viewsets. Closes #3158 . Closes #3157 . Closes #3115 .
2015-07-16 10:08:22 +01:00