diff options
| author | Stefano Chiodino <StefanoChiodino@users.noreply.github.com> | 2018-10-03 00:17:23 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-10-02 19:17:23 -0400 |
| commit | 6de7f9ec60fbdc59797bc21803f16260bd203f04 (patch) | |
| tree | af6012d5445e55b6b42e1dc3625e8c8e43c641b6 /docs/internals | |
| parent | bc7e288ca9554ac1a0a19941302dea19df1acd21 (diff) | |
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
