Skip to content

Commit 886220c

Browse files
committed
Last minute pull request
1 parent 757e45a commit 886220c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ You can determine your currently installed version using `pip freeze`:
5555
* `DecimalField` accepts `2E+2` as 200 and validates decimal place correctly. ([#2948][gh2948], [#2947][gh2947])
5656
* Support basic authentication with custom `UserModel` that change `username`. ([#2952][gh2952])
5757
* `IPAddressField` improvements. ([#2747][gh2747], [#2618][gh2618], [#3008][gh3008])
58+
* Improve `DecimalField` for easier subclassing. ([#2695][gh2695])
5859

5960

6061
### 3.1.2
@@ -380,3 +381,4 @@ For older release notes, [please see the version 2.x documentation][old-release-
380381
[gh2747]: https://github.com/tomchristie/django-rest-framework/issues/2747
381382
[gh2618]: https://github.com/tomchristie/django-rest-framework/issues/2618
382383
[gh3008]: https://github.com/tomchristie/django-rest-framework/issues/3008
384+
[gh2695]: https://github.com/tomchristie/django-rest-framework/issues/2695

0 commit comments

Comments
 (0)