mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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>`_.
|
||||
|
||||
|
|
|
@ -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``
|
||||
==============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue