Update Release notes for 3.2.4.

This commit is contained in:
Xavier Ordoquy 2015-09-20 22:03:52 +02:00
parent df26614e85
commit d85e7b9ccc

View File

@ -40,6 +40,16 @@ You can determine your currently installed version using `pip freeze`:
## 3.2.x series
### 3.2.4
**Date**: [21th September 2015][3.2.4-milestone].
* Don't error on missing `ViewSet.search_fields` attribute.([#3324][gh3324], [#3323][gh3323])
* Fix `allow_empty` not working on serializers with `many=True`. ([#3361][gh3361], [#3364][gh3364])
* Let `DurationField` accepts integers. ([#3359][gh3359])
* Multi-level dictionaries not supported in multipart requests. ([#3314][gh3314])
### 3.2.3
**Date**: [24th August 2015][3.2.3-milestone].
@ -299,6 +309,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
[3.2.1-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.1+Release%22
[3.2.2-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.2+Release%22
[3.2.3-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.3+Release%22
[3.2.4-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.2.4+Release%22
<!-- 3.0.1 -->
[gh2013]: https://github.com/tomchristie/django-rest-framework/issues/2013
@ -513,6 +524,10 @@ For older release notes, [please see the version 2.x documentation][old-release-
[gh3318]: https://github.com/tomchristie/django-rest-framework/issues/3318
[gh3321]: https://github.com/tomchristie/django-rest-framework/issues/3321
<!-- 3.2.4 -->
[gh3314]: https://github.com/tomchristie/django-rest-framework/issues/@3314
[gh3323]: https://github.com/tomchristie/django-rest-framework/issues/@3323
[gh3324]: https://github.com/tomchristie/django-rest-framework/issues/@3324
[gh3359]: https://github.com/tomchristie/django-rest-framework/issues/@3359
[gh3361]: https://github.com/tomchristie/django-rest-framework/issues/@3361
[gh3364]: https://github.com/tomchristie/django-rest-framework/issues/@3364