mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
This also deprecates AlterIndexTogether migration operation.
This commit is contained in:
@@ -397,6 +397,12 @@ Models
|
||||
* **models.W045**: Check constraint ``<constraint>`` contains ``RawSQL()``
|
||||
expression and won't be validated during the model ``full_clean()``.
|
||||
|
||||
Migrations
|
||||
----------
|
||||
|
||||
* **migrations.W001**: ``AlterIndexTogether`` is deprecated. Support for it
|
||||
(except in historical migrations) will be removed in Django 5.1.
|
||||
|
||||
Security
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user