.. |
authtoken
|
Don't import compat.py from authtoken.models. Closes #1297
|
2013-12-16 08:59:10 +00:00 |
runtests
|
necessary test settings for guardian
|
2013-09-07 23:16:43 -05:00 |
static/rest_framework
|
Browsable API tab preferences should be site-wide
|
2013-08-30 09:20:12 +01:00 |
templates/rest_framework
|
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
|
2014-01-08 15:22:41 +00:00 |
templatetags
|
Updated tests to pass in python 3
|
2013-12-23 11:55:25 +00:00 |
tests
|
Test for customizable HyperlinkedModelSerializer url field name
|
2014-01-14 13:58:17 +02:00 |
utils
|
Fix compat issues for #1231
|
2013-12-09 09:24:10 +00:00 |
__init__.py
|
Version 2.3.10
|
2013-12-06 22:13:50 +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
|
Don't import compat.py from authtoken.models. Closes #1297
|
2013-12-16 08:59:10 +00:00 |
decorators.py
|
Add notes on 'method' argument to '@action' decorator
|
2013-06-02 20:40:56 +01:00 |
exceptions.py
|
Remove ConfigurationError in favor of Django's ImproperlyConfigured
|
2013-06-05 13:45:28 +01:00 |
fields.py
|
Fix default values always being False for browsable API
|
2013-12-13 13:20:29 -05:00 |
filters.py
|
Add queryset aggregates to allowed fields in OrderingFilter
|
2013-11-12 23:40:07 +00:00 |
generics.py
|
Adds pre_delete and post_delete hooks on
|
2013-12-03 00:07:41 +00:00 |
mixins.py
|
Adds pre_delete and post_delete hooks on
|
2013-12-03 00:07:41 +00:00 |
models.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01: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
|
Removed useless try/except
|
2014-01-09 23:32:50 +01:00 |
renderers.py
|
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
|
2013-12-09 07:34:08 +00:00 |
request.py
|
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
|
2014-01-09 07:51:02 -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
|
Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME setting
|
2014-01-14 10:38:49 +02: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
|
Throttles now use HTTP_X_FORWARDED_FOR, falling back to REMOTE_ADDR to identify anonymous requests
|
2013-08-28 15:32:41 +01: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
|
Update comment in get_parser_context .
|
2013-10-24 13:45:16 +01:00 |
viewsets.py
|
minor typo
|
2013-10-29 15:10:06 -05:00 |