..
authtoken
Generate random token directly
2014-02-04 22:50:11 -05:00
static /rest_framework
Browsable API tab preferences should be site-wide
2013-08-30 09:20:12 +01:00
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
utils
Encode django QuerySets to lists and not dicts in JSONEncoder
2014-01-17 13:05:10 +01:00
__init__.py
Security update to OrderingFilter
2014-01-15 14:27:41 +00:00
authentication.py
Compat fixes for django-oauth-plus versions 2.0-2.2.1
2013-12-13 21:57:07 +00:00
compat.py
Import force_bytes on django >= 1.5
2014-01-28 14:30:46 +00:00
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
Fix typo in docstring for post_delete hook.
2014-01-25 23:58:42 +01:00
mixins.py
Tweak comment wrapping.
2014-02-18 12:30:55 +00:00
models.py
Move models.resolve_model to serializers._resolve_model
2014-01-13 11:47:44 -05:00
negotiation.py
Added proper charset support
2013-05-18 17:21:43 +01:00
pagination.py
Cleanup docstrings
2013-04-25 12:47:34 +01:00
parsers.py
Fixed exception handling with YAML and XML parsers.
2013-10-31 15:03:50 -07:00
permissions.py
Simplified some functions
2013-12-22 12:39:47 +01:00
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
Merge pull request #1361 from ross/x_method_override
2014-01-17 08:19:06 -08:00
response.py
Remove Content-Type header from empty responses. Fixes #1196
2013-12-03 16:55:11 +00:00
reverse.py
Cleanup imports
2013-02-04 20:55:35 +00:00
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
Test and quick fix for #1257
2014-02-11 14:44:56 +01:00
settings.py
Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME setting
2014-01-14 10:38:49 +02:00
six.py
Py3k cleanup
2013-02-01 15:07:51 +00:00
status.py
Version 2.3.10
2013-12-06 22:13:50 +00:00
test.py
force_authenticate(None) also clears session info.
2013-08-23 11:21:52 +01:00
throttling.py
handle negative time value and prevent a divide by zero
2014-02-27 12:27:54 -08:00
urlpatterns.py
Update urlpatterns.py
2013-11-14 09:22:07 +01:00
urls.py
Cleanup imports
2013-02-04 20:55:35 +00:00
views.py
Only add 'Vary: Accept' header when there is more than one possible renderer.
2014-01-30 17:47:55 +00:00
viewsets.py
minor typo
2013-10-29 15:10:06 -05:00