django-rest-framework/rest_framework
2016-09-05 11:16:41 +01:00
..
authtoken removed AUTH_USER_MODEL compat property (#4176) 2016-06-07 12:13:35 +01:00
locale 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
static/rest_framework Allow custom CSRF_HEADER_NAME setting. (#4415) 2016-08-18 11:24:03 +01:00
templates/rest_framework Add missing comma 2016-08-23 09:46:03 +01:00
templatetags Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. (#4374) 2016-08-10 12:02:33 +01:00
utils Don't strip empty query params when paginating (#4260) 2016-08-12 10:50:16 +01:00
__init__.py Version 3.4.6 (#4436) 2016-08-23 16:59:47 +01:00
authentication.py TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
compat.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
decorators.py Set a view function's __module__ value to the WrappedAPIView object's __module__ (#4465) 2016-09-05 11:16:41 +01:00
exceptions.py Fixed _force_text_recursive typo 2016-02-07 18:58:19 +03:00
fields.py Tweak doctsring. Closes #4404 [ci skip] 2016-08-15 16:21:51 +01:00
filters.py Restore meta information for each search field. (#4298) 2016-07-26 11:07:03 +01:00
generics.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
metadata.py Don't list M2M choices in OPTIONS requests. Refs #3751. (#4160) 2016-06-01 17:28:32 +01: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 Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
pagination.py Do not re-run query for empty results with LimitOffsetPagination (#4388) 2016-08-11 16:54:55 +01:00
parsers.py Descriptive error from FileUploadParser when filename not included. (#4340) 2016-08-01 18:44:58 +01:00
permissions.py Access request.user.is_authenticated as property not method, under Django 1.10+ (#4358) 2016-08-05 11:04:01 +01:00
relations.py Add __str__ method to PKOnlyObject (#4423) 2016-08-19 14:37:27 +01:00
renderers.py Allow custom CSRF_HEADER_NAME setting. (#4415) 2016-08-18 11:24:03 +01:00
request.py Improve debug error handling (#4416) 2016-08-18 14:42:15 +01:00
response.py Fix json indent parameter. Closes #4281 (#4313) 2016-07-27 11:49:01 +01:00
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py Added root_renderers argument (#4323) 2016-07-28 12:50:51 +01:00
schemas.py Skip HiddenField from Schema fields (#4429) 2016-08-22 16:53:53 +01:00
serializers.py Improve Create to show the original exception traceback (#3508) 2016-08-19 14:42:13 +01:00
settings.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
status.py Adding support for RFC 4918 status codes (#4291) 2016-07-26 11:09:12 +01:00
test.py Fix APIClient.get() when path contains unicode arguments (#4458) 2016-09-02 17:00:03 +01:00
throttling.py Access request.user.is_authenticated as property not method, under Django 1.10+ (#4358) 2016-08-05 11:04:01 +01:00
urlpatterns.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
urls.py Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00
validators.py Robust uniqueness checks. (#4217) 2016-06-23 15:09:23 +01:00
versioning.py Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION (#4370) 2016-08-10 15:19:56 +01:00
views.py Improve debug error handling (#4416) 2016-08-18 14:42:15 +01:00
viewsets.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00