.. |
authtoken
|
Use absolute import style
|
2013-07-09 13:12:28 +01: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
|
Removed commented-out credits from footer to make django-debug-toolbar work.
|
2013-10-24 17:53:02 +02:00 |
templatetags
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
tests
|
Removed the DynamicSerializerView duplication
|
2013-11-18 20:15:35 +01:00 |
utils
|
Fix decimal support with YAMLRenderer
|
2013-10-17 01:08:24 +02:00 |
__init__.py
|
Version 2.3.9
|
2013-11-15 13:55:36 +00:00 |
authentication.py
|
Simplify APIClient implementation
|
2013-06-29 21:34:47 +01:00 |
compat.py
|
Address pending deprecation of Model._meta.module_name in Django 1.6
|
2013-09-23 17:48:25 +02: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
|
Improve handling of 'empty' values for ChoiceField
|
2013-11-05 17:21:18 +01:00 |
filters.py
|
Add queryset aggregates to allowed fields in OrderingFilter
|
2013-11-12 23:40:07 +00:00 |
generics.py
|
Added get_filter_backends method
|
2013-10-24 16:16:01 +02:00 |
mixins.py
|
Use lookup_url_kwarg in presave if required
|
2013-10-21 17:19:28 +01: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
|
Address pending deprecation of Model._meta.module_name in Django 1.6
|
2013-09-23 17:48:25 +02:00 |
relations.py
|
Handle case where obj=None in PKRelatedField.field_to_native()
|
2013-08-31 17:20:49 +03:00 |
renderers.py
|
Fix rendering of forms and add error rendering on HTML form
|
2013-10-02 16:13:34 +01:00 |
request.py
|
Fixed UnicodeEncodeError when POST JSON via web interface; added test
|
2013-10-24 17:52:52 +06:00 |
response.py
|
Complete testing docs
|
2013-07-01 13:59:05 +01:00 |
reverse.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
routers.py
|
Don't consume .json style suffixes with routers.
|
2013-08-23 14:58:06 +01:00 |
serializers.py
|
Typo on api-guide/fields.md and serializers.py
|
2013-11-11 11:54:30 +02:00 |
settings.py
|
Support customizable view EXCEPTION_HANDLER
|
2013-09-06 12:47:33 -05:00 |
six.py
|
Py3k cleanup
|
2013-02-01 15:07:51 +00:00 |
status.py
|
Cleanup imports
|
2013-02-04 20:55:35 +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
|
Cleanup imports
|
2013-02-04 20:55:35 +00: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 |