django-rest-framework/rest_framework
Tom Christie 22f225175f Merge pull request #1437 from Keats/master
Display the media type of the API response on the browsable API
2014-02-28 11:55:45 +00:00
..
authtoken Generate random token directly 2014-02-04 22:50:11 -05:00
runtests Testing nested serializers with models that have str foreign key references. 2014-01-08 16:14:27 -05:00
static/rest_framework
templates/rest_framework Display the media type of the API response on the browsable API 2014-02-26 23:47:35 +00:00
templatetags wrapper for smart_urlquote, issue #1386 2014-02-13 20:14:47 +04:00
tests Merge pull request #1437 from Keats/master 2014-02-28 11:55:45 +00:00
utils
__init__.py
authentication.py
compat.py
decorators.py Add notes on 'method' argument to '@action' decorator 2013-06-02 20:40:56 +01:00
exceptions.py Replace 'detail' with 'default_detail' in Exceptions guide and APIException class docstring. 2014-02-10 12:54:56 -06:00
fields.py Test and fix for #1210. World's lowest hanging fruit. 2014-02-11 19:52:32 +01:00
filters.py Security update to OrderingFilter 2014-01-15 14:27:41 +00:00
generics.py
mixins.py Tweak comment wrapping. 2014-02-18 12:30:55 +00:00
models.py
negotiation.py
pagination.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
parsers.py
permissions.py
relations.py Allow 'None' to pass as a null value in RelatedFields 2014-02-27 12:30:59 -05:00
renderers.py Display the media type of the API response on the browsable API 2014-02-26 23:47:35 +00:00
request.py
response.py Remove Content-Type header from empty responses. Fixes #1196 2013-12-03 16:55:11 +00:00
reverse.py
routers.py
serializers.py Test and quick fix for #1257 2014-02-11 14:44:56 +01:00
settings.py
six.py
status.py
test.py
throttling.py handle negative time value and prevent a divide by zero 2014-02-27 12:27:54 -08:00
urlpatterns.py
urls.py
views.py
viewsets.py