From b47bb4c4a74f926111bdad4a6daae14ceed6f2dd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 5 Sep 2019 16:10:21 +0200 Subject: Refs #29598 -- Removed FloatRangeField per deprecation timeline. --- docs/ref/contrib/postgres/fields.txt | 13 ------------- docs/ref/contrib/postgres/forms.txt | 13 ------------- 2 files changed, 26 deletions(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index aa4d797162..27cf6469f1 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -661,19 +661,6 @@ excluded; that is, ``[)``. the database and a :class:`~psycopg2:psycopg2.extras.NumericRange` in Python. -``FloatRangeField`` -------------------- - -.. class:: FloatRangeField(**options) - - Stores a range of floating point values. Based on a - :class:`~django.db.models.FloatField`. Represented by a ``numrange`` in the - database and a :class:`~psycopg2:psycopg2.extras.NumericRange` in Python. - - .. deprecated:: 2.2 - - Use :class:`DecimalRangeField` instead. - ``DateTimeRangeField`` ---------------------- diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt index 2f60c7e913..f559ac75cb 100644 --- a/docs/ref/contrib/postgres/forms.txt +++ b/docs/ref/contrib/postgres/forms.txt @@ -201,19 +201,6 @@ not greater than the upper bound. All of these fields use :class:`~psycopg2:psycopg2.extras.NumericRange`. Default for :class:`~django.contrib.postgres.fields.DecimalRangeField`. -``FloatRangeField`` -~~~~~~~~~~~~~~~~~~~ - -.. class:: FloatRangeField - - Based on :class:`~django.forms.FloatField` and translates its input into - :class:`~psycopg2:psycopg2.extras.NumericRange`. Default for - :class:`~django.contrib.postgres.fields.FloatRangeField`. - - .. deprecated:: 2.2 - - Use :class:`DecimalRangeField` instead. - ``DateTimeRangeField`` ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3