django-rest-framework/rest_framework
2013-03-13 13:07:46 +00:00
..
authtoken authtoken abstract if not installed. 2013-03-08 20:56:30 +00:00
runtests Merge OAuth2 work. 2013-03-07 17:43:13 +00:00
static/rest_framework
templates/rest_framework
templatetags
tests Merge branch 'master' of https://github.com/tomchristie/django-rest-framework 2013-03-13 12:48:27 +00:00
utils Clean ups to datetime formatting 2013-03-06 12:19:39 +00:00
__init__.py Version 2.2.4 2013-03-13 13:07:46 +00:00
authentication.py Fixes for auth header checking. 2013-03-08 22:56:24 +00:00
compat.py Clean up TokenHasReadWriteScope slightly 2013-03-12 19:07:30 +00:00
decorators.py
exceptions.py
fields.py Fix duplicated database queries for paginated lists. 2013-03-13 11:42:12 +00:00
filters.py
generics.py GenericAPIView now applies filter_backend for list and retrieve api views 2013-03-08 10:08:53 -06:00
mixins.py GenericAPIView now applies filter_backend for list and retrieve api views 2013-03-08 10:08:53 -06:00
models.py
negotiation.py
pagination.py
parsers.py
permissions.py Tweak 2013-03-12 20:12:28 +00:00
relations.py Fixed #720 2013-03-10 21:02:34 +01:00
renderers.py
request.py Only honor X-HTTP-Method-Override for POST requests. 2013-03-12 20:49:20 +00:00
response.py
reverse.py
serializers.py Simplify inherited child check to not use isinstance 2013-03-11 16:01:19 -04:00
settings.py Clean ups to datetime formatting 2013-03-06 12:19:39 +00:00
six.py
status.py
throttling.py
urlpatterns.py
urls.py
views.py Auth is no longer lazy. Closes #667. 2013-02-28 17:58:58 +00:00