mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed versionadded/changed annotations for 3.2.
This commit is contained in:
parent
810bca5a1a
commit
97237ad3fe
56 changed files with 3 additions and 455 deletions
|
@ -30,8 +30,6 @@ options`_.
|
|||
|
||||
.. attribute:: Index.expressions
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
Positional argument ``*expressions`` allows creating functional indexes on
|
||||
expressions and database functions.
|
||||
|
||||
|
@ -188,8 +186,6 @@ indexes records with more than 400 pages.
|
|||
|
||||
.. attribute:: Index.include
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
A list or tuple of the names of the fields to be included in the covering index
|
||||
as non-key columns. This allows index-only scans to be used for queries that
|
||||
select only included fields (:attr:`~Index.include`) and filter only by indexed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue