Skip to content

Commit 81527a2

Browse files
committed
Release notes for 3.6.4
1 parent d2286ba commit 81527a2

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

docs/topics/release-notes.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,34 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.6.x series
4242

43+
### 3.6.4
44+
45+
**Date**: [21st August 2017][3.6.4-milestone]
46+
47+
* Ignore any invalidly formed query parameters for OrderingFilter. [#5131][gh5131]
48+
* Improve memory footprint when reading large JSON requests. [#5147][gh5147]
49+
* Fix schema generation for pagination. [#5161][gh5161]
50+
* Fix exception when `HTML_CUTOFF` is set to `None`. [#5174][gh5174]
51+
* Fix browsable API not supporting `multipart/form-data` correctly. [#5176][gh5176]
52+
* Fixed `test_hyperlinked_related_lookup_url_encoded_exists`. [#5179][gh5179]
53+
* Make sure max_length is in FileField kwargs. [#5186][gh5186]
54+
* Fix `list_route` & `detail_route` with kwargs contains curly bracket in `url_path` [#5187][gh5187]
55+
* Add Django manage command to create a DRF user Token. [#5188][gh5188]
56+
* Ensure API documentation templates do not check for user authentication [#5162][gh5162]
57+
* Fix special case where OneToOneField is also primary key. [#5192][gh5192]
58+
* Added aria-label and a new region for accessibility purposes in base.html [#5196][gh5196]
59+
* Quote nested API parameters in api.js. [#5214][gh5214]
60+
* Set ViewSet args/kwargs/request before dispatch. [#5229][gh5229]
61+
* Added unicode support to SlugField. [#5231][gh5231]
62+
* Fix HiddenField appears in Raw Data form initial content. [#5259][gh5259]
63+
* Raise validation error on invalid timezone parsing. [#5261][gh5261]
64+
* Fix SearchFilter to-many behavior/performance. [#5264][gh5264]
65+
* Simplified chained comparisons and minor code fixes. [#5276][gh5276]
66+
* RemoteUserAuthentication, docs, and tests. [#5306][gh5306]
67+
* Revert "Cached the field's root and context property" [#5313][gh5313]
68+
* Fix introspection of list field in schema. [#5326][gh5326]
69+
* Fix interactive docs for multiple nested and extra methods. [#5334][gh5334]
70+
4371
### 3.6.3
4472

4573
**Date**: [12th May 2017][3.6.3-milestone]
@@ -716,6 +744,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
716744
[3.6.1-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.1+Release%22
717745
[3.6.2-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.2+Release%22
718746
[3.6.3-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.3+Release%22
747+
[3.6.4-milestone]: https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.6.4+Release%22
719748

720749
<!-- 3.0.1 -->
721750
[gh2013]: https://github.com/encode/django-rest-framework/issues/2013
@@ -1326,8 +1355,8 @@ For older release notes, [please see the version 2.x documentation][old-release-
13261355
[gh4955]: https://github.com/encode/django-rest-framework/issues/4955
13271356
[gh4956]: https://github.com/encode/django-rest-framework/issues/4956
13281357
[gh4949]: https://github.com/encode/django-rest-framework/issues/4949
1329-
<!-- 3.6.3 -->
13301358

1359+
<!-- 3.6.3 -->
13311360
[gh5126]: https://github.com/encode/django-rest-framework/issues/5126
13321361
[gh5085]: https://github.com/encode/django-rest-framework/issues/5085
13331362
[gh4437]: https://github.com/encode/django-rest-framework/issues/4437
@@ -1360,3 +1389,31 @@ For older release notes, [please see the version 2.x documentation][old-release-
13601389
[gh4968]: https://github.com/encode/django-rest-framework/issues/4968
13611390
[gh5089]: https://github.com/encode/django-rest-framework/issues/5089
13621391
[gh5117]: https://github.com/encode/django-rest-framework/issues/5117
1392+
1393+
<!-- 3.6.4 -->
1394+
[gh5334]: https://github.com/encode/django-rest-framework/issues/5334
1395+
[gh5326]: https://github.com/encode/django-rest-framework/issues/5326
1396+
[gh5313]: https://github.com/encode/django-rest-framework/issues/5313
1397+
[gh5306]: https://github.com/encode/django-rest-framework/issues/5306
1398+
[gh5276]: https://github.com/encode/django-rest-framework/issues/5276
1399+
[gh5264]: https://github.com/encode/django-rest-framework/issues/5264
1400+
[gh5261]: https://github.com/encode/django-rest-framework/issues/5261
1401+
[gh5259]: https://github.com/encode/django-rest-framework/issues/5259
1402+
[gh5231]: https://github.com/encode/django-rest-framework/issues/5231
1403+
[gh5229]: https://github.com/encode/django-rest-framework/issues/5229
1404+
[gh5214]: https://github.com/encode/django-rest-framework/issues/5214
1405+
[gh5196]: https://github.com/encode/django-rest-framework/issues/5196
1406+
[gh5192]: https://github.com/encode/django-rest-framework/issues/5192
1407+
[gh5162]: https://github.com/encode/django-rest-framework/issues/5162
1408+
[gh5188]: https://github.com/encode/django-rest-framework/issues/5188
1409+
[gh5187]: https://github.com/encode/django-rest-framework/issues/5187
1410+
[gh5186]: https://github.com/encode/django-rest-framework/issues/5186
1411+
[gh5179]: https://github.com/encode/django-rest-framework/issues/5179
1412+
[gh5176]: https://github.com/encode/django-rest-framework/issues/5176
1413+
[gh5174]: https://github.com/encode/django-rest-framework/issues/5174
1414+
[gh5161]: https://github.com/encode/django-rest-framework/issues/5161
1415+
[gh5147]: https://github.com/encode/django-rest-framework/issues/5147
1416+
[gh5131]: https://github.com/encode/django-rest-framework/issues/5131
1417+
1418+
1419+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy