diff options
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 13 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/forms.txt | 13 |
2 files changed, 0 insertions, 26 deletions
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`` ~~~~~~~~~~~~~~~~~~~~~~ |
