.. |
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
|
Merge and styling fixes
|
2013-05-21 12:01:56 +01:00 |
templates/rest_framework
|
Fix PATCH button title in template
|
2013-08-12 15:44:00 +03:00 |
templatetags
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
tests
|
Merge master
|
2013-08-21 21:31:59 +01:00 |
utils
|
Move view name/description functions into public space
|
2013-08-19 08:24:27 +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
|
Updating 2.4.0 release notes
|
2013-08-21 21:30:25 +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-21 21:31:59 +01:00 |
filters.py
|
Update filters.py
|
2013-08-14 16:01:25 -05:00 |
generics.py
|
Merge master
|
2013-08-21 21:31:59 +01:00 |
mixins.py
|
pending deprecations -> deprecated
|
2013-06-27 20:36:14 +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
|
Update parser docstrings. Closes #968.
|
2013-07-04 12:47:35 +01:00 |
permissions.py
|
Remove deprecated code
|
2013-06-27 20:29:52 +01:00 |
relations.py
|
pending deprecations -> deprecated
|
2013-06-27 20:36:14 +01:00 |
renderers.py
|
Improved view/description function setting
|
2013-08-17 17:44:51 -04:00 |
request.py
|
Added APIClient.authenticate()
|
2013-06-29 21:02:58 +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
|
Combined link_* and action_* decorators into detail_route and list_route, marked the originals as deprecated.
|
2013-07-15 18:35:13 -04:00 |
serializers.py
|
Merge branch 'master' into 2.4.0
|
2013-08-19 20:58:28 +01:00 |
settings.py
|
Move view name/description functions into public space
|
2013-08-19 08:24:27 +01:00 |
status.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
test.py
|
Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwards
|
2013-07-15 21:54:13 +01:00 |
throttling.py
|
AnonRateThrottle should always allow authenticated users. Closes #994
|
2013-08-15 21:36:45 +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
|
Document customizable view names/descriptions
|
2013-08-19 08:45:53 +01:00 |
viewsets.py
|
Tweak inheritance
|
2013-05-09 13:35:01 +01:00 |