From 6de7f9ec60fbdc59797bc21803f16260bd203f04 Mon Sep 17 00:00:00 2001 From: Stefano Chiodino Date: Wed, 3 Oct 2018 00:17:23 +0100 Subject: Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7043391527..1d03648ab1 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -21,6 +21,9 @@ details on these changes. * A model's ``Meta.ordering`` will no longer affect ``GROUP BY`` queries. +* ``django.contrib.postgres.fields.FloatRangeField`` and + ``django.contrib.postgres.forms.FloatRangeField`` will be removed. + .. _deprecation-removed-in-3.0: 3.0 -- cgit v1.3