..
authtoken
removed south_migrations directory
2015-10-23 10:00:01 -04:00
locale
Update the translations.
2015-09-21 08:07:56 +02:00
static /rest_framework
Update bootstrap from 3.2.0 to 3.3.5
2015-10-26 10:40:59 -04:00
templates /rest_framework
Fix trans template tag error
2015-10-28 22:47:52 -05:00
templatetags
format_html was missing in optional_logout template-tag
2015-10-28 18:48:58 +01:00
utils
Add compat util for DecimalValidator
2015-10-29 06:42:16 -04:00
__init__.py
Version 3.3.1
2015-11-04 14:49:57 +00:00
authentication.py
Use REST framework request parsing when accessing old-style .POST
2015-11-04 14:10:51 +00:00
compat.py
Add compat util for DecimalValidator
2015-10-29 06:42:16 -04:00
decorators.py
Cleanup import following PEP 8 style guide
2015-06-25 16:10:17 -04:00
exceptions.py
Replaced all dict and set conversions from lists to dict and set literals.
2015-10-17 12:00:11 +03:00
fields.py
Replaced all dict and set conversions from lists to dict and set literals.
2015-10-17 12:00:11 +03:00
filters.py
Use better names for filter variable
2015-10-28 14:36:24 -07:00
generics.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
metadata.py
Replaced all dict and set conversions from lists to dict and set literals.
2015-10-17 12:00:11 +03: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
More cleanup of browser overrides
2015-09-28 15:33:55 +01:00
pagination.py
Remove unused import
2015-10-23 16:07:48 +01:00
parsers.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
permissions.py
Remove Django 1.5 get_model_name fallback
2015-09-21 20:10:31 +02:00
relations.py
Allow no queryset when get_queryset overridden
2015-11-05 17:34:02 -06:00
renderers.py
Merge pull request #3315 from tomchristie/filters
2015-10-22 11:42:35 +01:00
request.py
Use REST framework request parsing when accessing old-style .POST
2015-11-04 14:10:51 +00:00
response.py
Django 1.9's test case HttpResponse.json() is not cachable.
2015-08-28 11:55:23 +01:00
reverse.py
More cleanup of browser overrides
2015-09-28 15:33:55 +01:00
routers.py
Replaced all dict and set conversions from lists to dict and set literals.
2015-10-17 12:00:11 +03:00
serializers.py
Proper 'is primary key' checking
2015-11-04 14:37:32 +00:00
settings.py
Release notes etc
2015-10-22 14:05:52 +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
Replaced all dict and set conversions from lists to dict and set literals.
2015-10-17 12:00:11 +03: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