django-rest-framework/rest_framework
2013-08-16 14:03:20 +01:00
..
authtoken Use absolute import style 2013-07-09 13:12:28 +01:00
runtests
static/rest_framework
templates/rest_framework Fix PATCH button title in template 2013-08-12 15:44:00 +03:00
templatetags
tests don't set X-Throttle-Wait-Second header if throttle wait is None 2013-08-13 15:31:58 -05:00
utils
__init__.py Version 2.3.7 2013-08-16 14:03:20 +01:00
authentication.py Simplify APIClient implementation 2013-06-29 21:34:47 +01:00
compat.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
decorators.py
exceptions.py
fields.py Fix for "No module named compat" 2013-08-13 18:48:49 -05:00
filters.py Update filters.py 2013-08-14 16:01:25 -05:00
generics.py
mixins.py
models.py
negotiation.py
pagination.py
parsers.py Update parser docstrings. Closes #968. 2013-07-04 12:47:35 +01:00
permissions.py
relations.py
renderers.py Added APIClient.authenticate() 2013-06-29 21:02:58 +01:00
request.py Added APIClient.authenticate() 2013-06-29 21:02:58 +01:00
response.py Complete testing docs 2013-07-01 13:59:05 +01:00
reverse.py
routers.py Raise exception when attempting to dynamically route to a method that is already routed to. Fixes #940 2013-06-26 23:00:42 +01:00
serializers.py Merge pull request #1030 from etos/patch-2 2013-08-12 01:25:36 -07:00
settings.py Complete testing docs 2013-07-01 13:59:05 +01:00
six.py
status.py
test.py Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwards 2013-07-15 21:54:13 +01:00
throttling.py AnonRateThrottle should always allow authenticated users. Closes #994 2013-08-15 21:36:45 +01:00
urlpatterns.py
urls.py
views.py don't set X-Throttle-Wait-Second header if throttle wait is None 2013-08-13 15:31:58 -05:00
viewsets.py