mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Refs #27236 -- Reverted AlterIndexTogether deprecation.
This partly reverts a6385b382e.
This commit is contained in:
parent
7bdb682215
commit
c773d5794e
14 changed files with 0 additions and 92 deletions
|
|
@ -106,13 +106,6 @@ Changes the model's set of custom indexes (the
|
|||
:attr:`~django.db.models.Options.index_together` option on the ``Meta``
|
||||
subclass).
|
||||
|
||||
.. deprecated:: 4.2
|
||||
|
||||
``AlterIndexTogether`` is deprecated in favor of
|
||||
:class:`~django.db.migrations.operations.AddIndex`,
|
||||
:class:`~django.db.migrations.operations.RemoveIndex`, and
|
||||
:class:`~django.db.migrations.operations.RenameIndex` operations.
|
||||
|
||||
``AlterOrderWithRespectTo``
|
||||
---------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue