..
authtoken
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
2013-02-01 11:58:55 +00:00
runtests
add django-oauth-plus & oauth2 to installed apps in runtests settings.py
2013-02-25 16:57:45 +01: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
add tests for OAuth authentication
2013-02-25 16:56:14 +01:00
utils
XML cleanup
2013-02-22 19:46:47 +00:00
__init__.py
Version 2.2.1
2013-02-22 20:47:41 +00:00
authentication.py
Move oauth2 and django-oauth-plus imports to compat and fix some minor issues
2013-02-26 11:22:21 +01:00
compat.py
Move oauth2 and django-oauth-plus imports to compat and fix some minor issues
2013-02-26 11:22:21 +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
Catch TypeError as well as ValueError when parsing dates, ref #699
2013-02-21 15:54:31 +02:00
filters.py
Cleanup imports
2013-02-04 20:55:35 +00:00
generics.py
Tidy up internal view permission checking logic.
2013-02-12 08:58:28 +00:00
mixins.py
Tests and fix for #666 .
2013-02-22 22:02:42 +00: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
New style object-level permission checks
2013-02-12 08:58:28 +00:00
relations.py
Relational fields use same field_to_native logic as regular fields.
2013-02-12 23:03:04 +00: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
Fix and test for #645
2013-02-22 23:00:07 +00:00
settings.py
Cleanup imports
2013-02-04 20:55:35 +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
Py3/2 compat fixes for uncode view names/descriptions
2013-02-22 20:18:16 +00:00