diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 68803a5b1..59a8040ae 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -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 [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 - - - + +[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