django-rest-framework/rest_framework
Tom Christie 8385ae42c0 3.4.0 Release (#4258)
* 3.4.0 Release

* Version 3.4 release

* Full release notes

* Update translation files

* Update release documentation

* Update release notes

* Docs on supporting alternate schema formats

* Add schema_renderers to DefaultRouter
2016-07-13 16:30: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 updated jquery version to 1.12.4 (#4157) 2016-06-01 15:33:36 +01:00
templates/rest_framework Change serializer field help_text rendering in browsable api (#3812) 2016-06-02 15:21:57 +01:00
templatetags Fix template.render deprecation warnings for 1.9+ 2015-11-18 17:06:35 +01:00
utils Don't strip microseconds in JSON output. (#4256) 2016-07-11 14:34:23 +01:00
__init__.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
authentication.py TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
compat.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +01:00
decorators.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
exceptions.py Fixed _force_text_recursive typo 2016-02-07 18:58:19 +03:00
fields.py Add localize keyword argument to DecimalField (#4233) 2016-07-06 16:07:16 +01:00
filters.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +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 More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
pagination.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +01:00
parsers.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
permissions.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
relations.py Allow relative style hyperlinked URLs 2016-06-02 15:03:17 +01:00
renderers.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +01:00
request.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00:00
response.py Resolve incorrect media type (#4254) 2016-07-11 12:04:11 +01:00
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
schemas.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +01:00
serializers.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
settings.py 3.4.0 Release (#4258) 2016-07-13 16:30:41 +01:00
status.py The Internet Engineering Task Force approved the new HTTP status code 451. Adding to status.py and docs appropriately. 2015-12-23 12:54:17 -08:00
test.py Remove old django checks from tests and compat 2016-02-19 01:47:45 +05:30
throttling.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00: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 Namespace versioning with nested namespaces (#4219) 2016-06-23 16:00:11 +01:00
views.py No auth view failing permission should raise 403 2016-04-07 16:24:26 +01:00
viewsets.py Schemas & client libraries. (#4179) 2016-07-04 16:38:17 +01:00