django-rest-framework/rest_framework
2014-09-26 13:14:08 +01:00
..
authtoken request.data attribute 2014-09-26 10:46:52 +01:00
static/rest_framework Made all color declarations in bootstrap-tweaks.css consistent 2014-08-22 10:12:52 +02:00
templates/rest_framework Merge pull request #1829 from cezar77/login-form-errors 2014-09-05 12:59:26 +01:00
templatetags Prefer format and use named blocks 2014-09-04 08:54:50 +02:00
utils OPTIONS support 2014-09-24 14:09:49 +01:00
__init__.py Update version number 2014-09-26 13:14:08 +01:00
authentication.py Changed return status for CSRF failures to HTTP 403 2014-09-23 14:16:08 +02:00
compat.py More compat fixes 2014-09-22 16:45:06 +01:00
decorators.py Remove unused imports. 2014-08-29 12:54:52 +01:00
exceptions.py More test sorting 2014-09-08 14:24:05 +01:00
fields.py Added ListField 2014-09-26 13:08:20 +01:00
filters.py request.data attribute 2014-09-26 10:46:52 +01:00
generics.py request.data attribute 2014-09-26 10:46:52 +01:00
metadata.py Automatic field binding 2014-09-25 11:04:18 +01:00
mixins.py request.data attribute 2014-09-26 10:46:52 +01:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py request.data attribute 2014-09-26 10:46:52 +01:00
pagination.py Automatic field binding 2014-09-25 11:04:18 +01:00
parsers.py UNICODE_JSON and COMPACT_JSON settings 2014-09-12 11:38:22 +01:00
permissions.py Deprecate .model in related routers/permissions 2014-08-20 17:15:46 +01:00
relations.py Clean up bind - no longer needs to be called multiple times in nested fields 2014-09-25 11:40:32 +01:00
renderers.py request.data attribute 2014-09-26 10:46:52 +01:00
request.py request.data attribute 2014-09-26 10:46:52 +01:00
response.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
routers.py Update routers.py 2014-09-17 15:51:17 +01:00
serializers.py Added ListField 2014-09-26 13:08:20 +01:00
settings.py OPTIONS support 2014-09-24 14:09:49 +01:00
status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test.py Stop the API Client converting empty lists/dicts to empty strings 2014-09-08 12:16:20 +12:00
throttling.py Fix cache_throttle typo 2014-08-20 12:32:24 +01:00
urlpatterns.py Merge branch 'master' into 2.4.0 2013-12-13 16:32:34 +00:00
urls.py Regression for #1810: Test login view renders 2014-09-01 10:07:05 +02:00
views.py OPTIONS support 2014-09-24 14:09:49 +01:00
viewsets.py Fix missing CSRF exemption on viewsets 2014-09-18 10:30:13 -06:00