mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
This commit is contained in:
committed by
Tim Graham
parent
bc7e288ca9
commit
6de7f9ec60
@@ -320,3 +320,7 @@ Miscellaneous
|
||||
|
||||
* The undocumented ``QuerySetPaginator`` alias of
|
||||
``django.core.paginator.Paginator`` is deprecated.
|
||||
|
||||
* The ``FloatRangeField`` model and form fields in ``django.contrib.postgres``
|
||||
are deprecated in favor of a new name, ``DecimalRangeField``, to match the
|
||||
underlying ``numrange`` data type used in the database.
|
||||
|
||||
Reference in New Issue
Block a user