.. |
authtoken
|
Generate random token directly
|
2014-02-04 22:50:11 -05:00 |
runtests
|
Don’t forget to setup django for 1.7+ as it’s not a regular django command.
|
2014-01-28 13:20:51 +01: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 |
tests
|
Content is a binary string.
|
2014-03-31 13:17:31 +02:00 |
utils
|
Encode django QuerySets to lists and not dicts in JSONEncoder
|
2014-01-17 13:05:10 +01:00 |
__init__.py
|
It's 2014 now, dontchaknow
|
2014-03-06 09:25:18 +00:00 |
authentication.py
|
authentication: allow all transport modes of access token in OAuth2Authentication
|
2014-03-19 12:43:45 +01:00 |
compat.py
|
it's safe to import scope and constants
|
2014-03-06 20:21:44 +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
|
RelatedField default value handling fixed
|
2014-02-27 18:34:36 +03:00 |
filters.py
|
Add SEARCH_PARAM and ORDERING_PARAM to settings
|
2014-03-06 21:39:44 +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
|
it's safe to import scope and constants
|
2014-03-06 20:21:44 +00:00 |
relations.py
|
Merge pull request #1442 from Anton-Shutik/master
|
2014-03-04 15:26:34 +00:00 |
renderers.py
|
Update documentation of render methods (obj to data)
|
2014-03-04 17:21:07 +01:00 |
request.py
|
Fixed encoding parameter in QueryDict
|
2014-03-22 10:32:59 +01: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
|
Merge pull request #1477 from vlastv/patch-1
|
2014-03-31 07:49:23 +02:00 |
settings.py
|
Add SEARCH_PARAM and ORDERING_PARAM to settings
|
2014-03-06 21:39:44 +00: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
|
Reintroduced url arguments in the urls for the tests.
|
2014-03-07 16:11:51 +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
|
Typo in keywords arguments name
|
2014-03-04 16:32:34 +01:00 |
viewsets.py
|
minor typo
|
2013-10-29 15:10:06 -05:00 |