.. |
authtoken
|
Use absolute import style
|
2013-07-09 13:12:28 +01:00 |
runtests
|
Use AUTH_USER_MODEL consistently between various Django versions. Closes #946
|
2013-06-26 17:56:42 +01:00 |
static/rest_framework
|
Browsable API tab preferences should be site-wide
|
2013-08-30 09:20:12 +01:00 |
templates/rest_framework
|
Fix tab preferences on PUT forms
|
2013-08-29 20:38:55 +01:00 |
templatetags
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
tests
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
utils
|
Fix breadcrumb view names
|
2013-08-29 20:51:51 +01:00 |
__init__.py
|
Version 2.3.7
|
2013-08-16 14:03:20 +01:00 |
authentication.py
|
Simplify APIClient implementation
|
2013-06-29 21:34:47 +01:00 |
compat.py
|
Tweak comment
|
2013-08-21 21:35:17 +01:00 |
decorators.py
|
Commenting link/action decorators as pending deprecation
|
2013-08-19 21:02:22 +01:00 |
exceptions.py
|
Remove ConfigurationError in favor of Django's ImproperlyConfigured
|
2013-06-05 13:45:28 +01:00 |
fields.py
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
filters.py
|
Update filters.py
|
2013-08-14 16:01:25 -05:00 |
generics.py
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
mixins.py
|
Merge master
|
2013-08-30 09:28:33 +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
|
Fix multipart error when used via content-type overloading
|
2013-08-29 21:24:29 +01:00 |
permissions.py
|
Remove deprecated code
|
2013-06-27 20:29:52 +01:00 |
relations.py
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
renderers.py
|
Drop broken placeholder serializations.
|
2013-08-30 09:02:54 +01:00 |
request.py
|
Add override_method context manager and cleanup.
|
2013-08-29 12:55:56 +01: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
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
serializers.py
|
Merge master
|
2013-08-30 09:28:33 +01:00 |
settings.py
|
Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by
|
2013-08-27 20:58:30 +01: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
|
Use view.settings for API settings, to make testing easier.
|
2013-08-27 12:36:06 +01:00 |
viewsets.py
|
Tweak inheritance
|
2013-05-09 13:35:01 +01:00 |