.. |
authtoken
|
Add extra args/kwargs to authtoken's views (#3718)
|
2015-12-11 07:16:04 +01:00 |
locale
|
Translations update.
|
2015-12-14 07:31:38 +01:00 |
static/rest_framework
|
#3228 - add confirm modal for delete
|
2015-12-01 07:51:29 -05:00 |
templates/rest_framework
|
#3228 - add confirm modal for delete
|
2015-12-01 07:51:29 -05:00 |
templatetags
|
Fix template.render deprecation warnings for 1.9+
|
2015-11-18 17:06:35 +01:00 |
utils
|
Merge pull request #3677 from Ernest0x/patch-4
|
2015-11-27 13:21:58 +00:00 |
__init__.py
|
Bump version to 3.3.2
|
2015-12-14 07:33:17 +01:00 |
authentication.py
|
Use REST framework request parsing when accessing old-style .POST
|
2015-11-04 14:10:51 +00:00 |
compat.py
|
Make DRF compatible with multi template engine in Django 1.8
|
2015-11-25 07:37:01 +01:00 |
decorators.py
|
Cleanup import following PEP 8 style guide
|
2015-06-25 16:10:17 -04:00 |
exceptions.py
|
Replaced all dict and set conversions from lists to dict and set literals.
|
2015-10-17 12:00:11 +03:00 |
fields.py
|
Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc).
|
2015-12-01 14:09:10 -05:00 |
filters.py
|
Resolve #3596
|
2015-12-05 11:10:39 -06:00 |
generics.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
metadata.py
|
Replaced all dict and set conversions from lists to dict and set literals.
|
2015-10-17 12:00:11 +03:00 |
mixins.py
|
Cleanup import following PEP 8 style guide
|
2015-06-25 16:10:17 -04:00 |
models.py
|
Move models.resolve_model to serializers._resolve_model
|
2014-01-13 11:47:44 -05:00 |
negotiation.py
|
More cleanup of browser overrides
|
2015-09-28 15:33:55 +01:00 |
pagination.py
|
Merge pull request #3631 from syphar/paginat
|
2015-11-30 20:58:32 +00:00 |
parsers.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
permissions.py
|
Ensure Django{Model,Object}Permissions don't hide exceptions.
|
2015-11-27 12:46:30 +02:00 |
relations.py
|
Implement __getnewargs__ for #3628
|
2015-12-03 21:12:03 +00:00 |
renderers.py
|
Fixed suggestion for format in test renderer
|
2015-12-10 15:19:03 -08:00 |
request.py
|
Use REST framework request parsing when accessing old-style .POST
|
2015-11-04 14:10:51 +00:00 |
response.py
|
Django 1.9's test case HttpResponse.json() is not cachable.
|
2015-08-28 11:55:23 +01:00 |
reverse.py
|
More cleanup of browser overrides
|
2015-09-28 15:33:55 +01:00 |
routers.py
|
Replaced all dict and set conversions from lists to dict and set literals.
|
2015-10-17 12:00:11 +03:00 |
serializers.py
|
Proper 'is primary key' checking
|
2015-11-04 14:37:32 +00:00 |
settings.py
|
Release notes etc
|
2015-10-22 14:05:52 +01:00 |
status.py
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
test.py
|
Bump minimum Django version to 1.5
|
2015-07-30 15:43:39 +01:00 |
throttling.py
|
Cleanup import following PEP 8 style guide
|
2015-06-25 16:10:17 -04:00 |
urlpatterns.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
urls.py
|
Add app_name to rest_framework.urls.
|
2015-12-08 02:25:00 +01:00 |
validators.py
|
Replaced all dict and set conversions from lists to dict and set literals.
|
2015-10-17 12:00:11 +03:00 |
versioning.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
views.py
|
Remove Django 1.4 compat code
|
2015-08-07 00:02:29 +02:00 |
viewsets.py
|
Fix 'metadata' action on viewsets. Closes #3158. Closes #3157. Closes #3115.
|
2015-07-16 10:08:22 +01:00 |