mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Adding the last minute PR.
This commit is contained in:
parent
bc778732bf
commit
757e45acee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user