django-rest-framework/rest_framework
2014-03-30 11:48:17 +02:00
..
authtoken Generate random token directly 2014-02-04 22:50:11 -05:00
runtests
static/rest_framework
templates/rest_framework
templatetags wrapper for smart_urlquote, issue #1386 2014-02-13 20:14:47 +04:00
tests Metadata for related fields -- added test case. 2014-03-30 11:48:17 +02:00
utils Encode django QuerySets to lists and not dicts in JSONEncoder 2014-01-17 13:05:10 +01:00
__init__.py
authentication.py authentication: allow all transport modes of access token in OAuth2Authentication 2014-03-19 12:43:45 +01:00
compat.py
decorators.py
exceptions.py
fields.py
filters.py
generics.py
mixins.py
models.py
negotiation.py
pagination.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
parsers.py
permissions.py
relations.py
renderers.py
request.py
response.py
reverse.py
routers.py Add notes on lookup_prefix argument and why it's there even though unused by the default implementations. 2013-12-13 20:22:56 +00:00
serializers.py
settings.py
six.py Py3k cleanup 2013-02-01 15:07:51 +00:00
status.py
test.py
throttling.py
urlpatterns.py
urls.py
views.py
viewsets.py