1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-07 13:54:45 +03:00

Fix formatting of the 3.7.4 release note ()

This commit is contained in:
Bruno Alla 2017-12-22 07:28:35 +00:00 committed by Carlton Gibson
parent 6602171184
commit 832267e945

View File

@ -73,6 +73,7 @@ You can determine your currently installed version using `pip freeze`:
Note: `AutoSchema.__init__` now ensures `manual_fields` is a list.
Previously may have been stored internally as `None`.
* Remove ulrparse compatability shim; use six instead [#5579][gh5579]
* Drop compat wrapper for `TimeDelta.total_seconds()` [#5577][gh5577]
* Clean up all whitespace throughout project [#5578][gh5578]