django-rest-framework/rest_framework
2013-03-11 17:32:32 -04:00
..
authtoken authtoken abstract if not installed. 2013-03-08 20:56:30 +00:00
runtests Set PASSWORD_HASHERS to massively speed up tests (almost x10) 2013-02-13 12:36:05 +00:00
static/rest_framework Minimal appearance fixes in addition to #663 2013-02-22 17:49:10 +06:00
templates/rest_framework Polishing touches to #663 2013-02-22 08:39:26 +00:00
templatetags Try the correct NoReverseMatch location. 2013-02-06 13:10:54 +00:00
tests Further group model inheritance tests 2013-03-11 17:32:32 -04:00
utils Clean ups to datetime formatting 2013-03-06 12:19:39 +00:00
__init__.py Version 2.2.3 2013-03-07 09:05:13 +00:00
authentication.py Cleanup imports 2013-02-04 20:55:35 +00:00
compat.py defusedxml for security fix. 2013-02-22 13:17:22 +00: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 broken None value for TimeField. 2013-03-07 09:03:53 +00:00
filters.py Cleanup imports 2013-02-04 20:55:35 +00:00
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 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 Neater override hooks and more docs for DjangoModelPermissions. 2013-03-08 23:42:20 +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 request.DATA should use empty QueryDict for no data, not None. 2013-02-14 13:02:28 +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 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 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