django-rest-framework/rest_framework
2015-06-05 02:21:13 -07:00
..
authtoken Merge pull request #2743 from maurodoglio/serializer_class-html-renderer 2015-03-23 09:43:39 +00:00
locale Translations updated for 3.1.3 2015-06-03 17:34:13 +01:00
static/rest_framework Removed color from default 2015-04-18 16:52:20 -05:00
templates/rest_framework Merge pull request #2631 from Ins1ne/feature/issue-2559 2015-03-16 12:11:33 +00:00
templatetags Fixes for latest pep8 updates. Refs #2563. 2015-02-17 10:58:00 +00:00
utils only include 'allow_blank' on CharField 2015-06-05 02:21:13 -07:00
__init__.py Bump to version 3.1.3 2015-06-03 16:57:18 +01:00
authentication.py Improve coding style 2015-05-19 20:00:19 +03:00
compat.py Tell default error handler to doom the transaction on error 2015-06-02 09:19:58 +02:00
decorators.py
exceptions.py
fields.py Merge pull request #3008 from linovia/feature/ipaddress-fix 2015-06-04 14:54:50 +01:00
filters.py Merge pull request #2198 from tomchristie/version-3.1 2015-02-13 13:38:44 +00:00
generics.py
metadata.py fix read_only related field metadata 2015-06-02 00:40:00 -07:00
mixins.py
models.py
negotiation.py Check AcceptHeaderVersioning with content negotiation in place 2015-04-23 14:19:39 +02:00
pagination.py Do not paginate if PAGE_SIZE=None 2015-03-16 12:05:31 +00:00
parsers.py
permissions.py Allow DjangoObjectPermissions to use views that define get_queryset 2015-05-13 14:26:44 +02:00
relations.py Swapping to hassattr logic for pk attribute references in relations 2015-03-23 11:40:33 -04:00
renderers.py Now it is possible to display viewset w/o paginator 2015-04-08 20:32:02 +03:00
request.py set the action when override_method regardless of its None-ness 2015-05-13 22:53:32 -04:00
response.py Use default reason phrases from HTTP standard. 2015-03-25 13:27:47 -04:00
reverse.py Handling the fallback in reverse 2015-03-19 16:12:28 -07:00
routers.py Fix lookup_url_kwarg handling in viewsets. 2015-03-13 01:07:20 +01:00
serializers.py Merge remote-tracking branch 'reference/master' into feature/ipaddress-fix 2015-06-04 14:21:33 +01:00
settings.py Clean up pagination attributes 2015-03-04 15:51:00 +00:00
status.py
test.py Check if sessions are enabled before calling logout. Closes #2545. 2015-02-20 20:12:39 +01:00
throttling.py Update throttling.py 2015-02-05 13:27:26 -08:00
urlpatterns.py
urls.py
validators.py Ensure validators are new-style classes on python2 2015-02-27 15:22:19 +00:00
versioning.py Handling the fallback in reverse 2015-03-19 16:12:28 -07:00
views.py Tell default error handler to doom the transaction on error 2015-06-02 09:19:58 +02:00
viewsets.py