django-rest-framework/rest_framework
2013-04-15 15:15:55 +02: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 Minimal appearance fixes in addition to #663 2013-02-22 17:49:10 +06:00
templates/rest_framework Added break_long_headers on templatetags and base template 2013-04-04 12:11:04 +02:00
templatetags Fixed comma detection in break_long_headers templatetag 2013-04-04 14:01:47 +02:00
tests Fix unicodes 2013-04-15 13:02:18 +02:00
utils Clean ups to datetime formatting 2013-03-06 12:19:39 +00:00
__init__.py Version 2.2.6 2013-04-04 21:53:15 +01:00
authentication.py Fix the fact that InvalidConsumerError and InvalidTokenError wasn't imported correctly from oauth_provider 2013-04-03 13:10:41 +02:00
compat.py Fix 1.3 compat issue. Closes #780 2013-04-10 09:24:24 +01:00
decorators.py Cleanup imports 2013-02-04 20:55:35 +00:00
exceptions.py Cleanup imports 2013-02-04 20:55:35 +00:00
fields.py Fix init call 2013-04-15 15:15:55 +02:00
filters.py Fixed DjangoFilterBackend not returning a query set. 2013-03-27 17:55:36 -07:00
generics.py Allow overriding get_object to work correctly. Fixes #784 2013-04-13 20:07:36 +01:00
mixins.py Allow overriding get_object to work correctly. Fixes #784 2013-04-13 20:07:36 +01:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Cleanup imports 2013-02-04 20:55:35 +00:00
pagination.py Cleanup imports 2013-02-04 20:55:35 +00:00
parsers.py Add forbid_dtd flag, since we don't need any DTDs. 2013-02-22 19:41:09 +00:00
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 assert package requirements are met for YAMLRenderer 2013-02-22 20:46:43 +00:00
request.py Only honor X-HTTP-Method-Override for POST requests. 2013-03-12 20:49:20 +00:00
response.py Cleanup imports 2013-02-04 20:55:35 +00:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
serializers.py Add DecimalField to field_mapping 2013-04-15 13:11:41 +02:00
settings.py Clean ups to datetime formatting 2013-03-06 12:19:39 +00:00
six.py Py3k cleanup 2013-02-01 15:07:51 +00:00
status.py Cleanup imports 2013-02-04 20:55:35 +00:00
throttling.py Cleanup imports 2013-02-04 20:55:35 +00:00
urlpatterns.py Cleanup imports 2013-02-04 20:55:35 +00:00
urls.py Cleanup imports 2013-02-04 20:55:35 +00:00
views.py Auth is no longer lazy. Closes #667. 2013-02-28 17:58:58 +00:00