From 757e45aceeca53ce51c5b7afcb3503507a0d2521 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Thu, 4 Jun 2015 14:37:01 +0100 Subject: [PATCH] Adding the last minute PR. --- docs/topics/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 54339c542..c26ccab43 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -54,7 +54,7 @@ You can determine your currently installed version using `pip freeze`: * Set the action on a view when override_method regardless of its None-ness. ([#2933][gh2933]) * `DecimalField` accepts `2E+2` as 200 and validates decimal place correctly. ([#2948][gh2948], [#2947][gh2947]) * Support basic authentication with custom `UserModel` that change `username`. ([#2952][gh2952]) -* `IPAddressField` improvements. ([#2747][gh2747]) +* `IPAddressField` improvements. ([#2747][gh2747], [#2618][gh2618], [#3008][gh3008]) ### 3.1.2 @@ -378,3 +378,5 @@ For older release notes, [please see the version 2.x documentation][old-release- [gh2947]: https://github.com/tomchristie/django-rest-framework/issues/2947 [gh2952]: https://github.com/tomchristie/django-rest-framework/issues/2952 [gh2747]: https://github.com/tomchristie/django-rest-framework/issues/2747 +[gh2618]: https://github.com/tomchristie/django-rest-framework/issues/2618 +[gh3008]: https://github.com/tomchristie/django-rest-framework/issues/3008