.. |
authtoken
|
Ensure Token.generate_key returns a string.
|
2014-04-28 12:35:55 +01: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
|
Add more TRAILING_PUNCTUATION to work with YAML.
|
2014-04-09 23:35:41 +02:00 |
tests
|
Better Python < 3 compatibility.
|
2014-04-28 13:13:51 +01:00 |
utils
|
Fix dict_keys equality test for python 3.
|
2014-04-11 05:49:49 +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
|
add a __str__ implementation to APIException
|
2014-04-04 10:22:02 -04:00 |
fields.py
|
Minor typo
|
2014-04-27 02:54:47 +02: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 convert bytes to str
|
2014-04-14 13:21:24 +04:00 |
permissions.py
|
it's safe to import scope and constants
|
2014-03-06 20:21:44 +00:00 |
relations.py
|
Adds test that blank option is added when required=False on RelatedFields
|
2014-04-09 15:51:00 +02:00 |
renderers.py
|
Allow unicode YAML dump with UnicodeYAMLRenderer
|
2014-04-10 01:47:30 +02: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
|
Use setattr for adding fields to a new instance
|
2014-04-13 17:33:45 +01: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 |