diff options
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/aggregates.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/forms.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/indexes.txt | 10 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/search.txt | 4 |
5 files changed, 0 insertions, 22 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index c70b6ec3b3..ad07090688 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -39,8 +39,6 @@ General-purpose aggregation functions .. attribute:: ordering - .. versionadded:: 2.2 - An optional string of a field name (with an optional ``"-"`` prefix which indicates descending order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering of the @@ -111,8 +109,6 @@ General-purpose aggregation functions .. attribute:: ordering - .. versionadded:: 2.2 - An optional string of a field name (with an optional ``"-"`` prefix which indicates descending order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering of the diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 5ae5a2e2ce..aa4d797162 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -656,8 +656,6 @@ excluded; that is, ``[)``. .. class:: DecimalRangeField(**options) - .. versionadded:: 2.2 - Stores a range of floating point values. Based on a :class:`~django.db.models.DecimalField`. Represented by a ``numrange`` in the database and a :class:`~psycopg2:psycopg2.extras.NumericRange` in diff --git a/docs/ref/contrib/postgres/forms.txt b/docs/ref/contrib/postgres/forms.txt index bb78e5bc05..2f60c7e913 100644 --- a/docs/ref/contrib/postgres/forms.txt +++ b/docs/ref/contrib/postgres/forms.txt @@ -197,8 +197,6 @@ not greater than the upper bound. All of these fields use .. class:: DecimalRangeField - .. versionadded:: 2.2 - Based on :class:`~django.forms.DecimalField` and translates its input into :class:`~psycopg2:psycopg2.extras.NumericRange`. Default for :class:`~django.contrib.postgres.fields.DecimalRangeField`. diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt index 25b301b4da..3c5ff89c67 100644 --- a/docs/ref/contrib/postgres/indexes.txt +++ b/docs/ref/contrib/postgres/indexes.txt @@ -22,17 +22,11 @@ available from the ``django.contrib.postgres.indexes`` module. .. _automatic summarization: https://www.postgresql.org/docs/current/brin-intro.html#BRIN-OPERATION - .. versionchanged:: 2.2 - - The ``autosummarize`` parameter was added. - ``BTreeIndex`` ============== .. class:: BTreeIndex(fillfactor=None, **options) - .. versionadded:: 2.2 - Creates a B-Tree index. Provide an integer value from 10 to 100 to the fillfactor_ parameter to @@ -100,8 +94,6 @@ available from the ``django.contrib.postgres.indexes`` module. .. class:: HashIndex(fillfactor=None, **options) - .. versionadded:: 2.2 - Creates a hash index. Provide an integer value from 10 to 100 to the fillfactor_ parameter to @@ -119,8 +111,6 @@ available from the ``django.contrib.postgres.indexes`` module. .. class:: SpGistIndex(fillfactor=None, **options) - .. versionadded:: 2.2 - Creates an `SP-GiST index <https://www.postgresql.org/docs/current/spgist.html>`_. diff --git a/docs/ref/contrib/postgres/search.txt b/docs/ref/contrib/postgres/search.txt index 367171d128..c78183cd01 100644 --- a/docs/ref/contrib/postgres/search.txt +++ b/docs/ref/contrib/postgres/search.txt @@ -102,10 +102,6 @@ Search docs`_ to learn about differences and syntax. Examples: See :ref:`postgresql-fts-search-configuration` for an explanation of the ``config`` parameter. -.. versionadded:: 2.2 - - The `search_type` parameter was added. - ``SearchRank`` ============== |
