Last minute pull request

This commit is contained in:
Xavier Ordoquy 2015-06-04 14:54:26 +01:00
parent 757e45acee
commit 886220cb70

View File

@ -55,6 +55,7 @@ You can determine your currently installed version using `pip freeze`:
* `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], [#2618][gh2618], [#3008][gh3008])
* Improve `DecimalField` for easier subclassing. ([#2695][gh2695])
### 3.1.2
@ -380,3 +381,4 @@ For older release notes, [please see the version 2.x documentation][old-release-
[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
[gh2695]: https://github.com/tomchristie/django-rest-framework/issues/2695