Commit 757e45ac by Xavier Ordoquy

Adding the last minute PR.

parent bc778732
...@@ -54,7 +54,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -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]) * 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]) * `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]) * 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 ### 3.1.2
...@@ -378,3 +378,5 @@ For older release notes, [please see the version 2.x documentation][old-release- ...@@ -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 [gh2947]: https://github.com/tomchristie/django-rest-framework/issues/2947
[gh2952]: https://github.com/tomchristie/django-rest-framework/issues/2952 [gh2952]: https://github.com/tomchristie/django-rest-framework/issues/2952
[gh2747]: https://github.com/tomchristie/django-rest-framework/issues/2747 [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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment