diff options
| author | David Wobrock <david.wobrock@gmail.com> | 2022-05-02 17:22:54 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-12 20:44:03 +0200 |
| commit | eacd4977f6a4bb038e82796ba79a2f61bae330c6 (patch) | |
| tree | 8d9b1c7d18226a8922826257ed997cee6229af10 /docs/releases/4.1.txt | |
| parent | 20e65a34aea0ace077033c84854dcf225e248f8c (diff) | |
Refs #27064 -- Added RenameIndex migration operation.
Diffstat (limited to 'docs/releases/4.1.txt')
| -rw-r--r-- | docs/releases/4.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 677e8c0345..38dcdb94e0 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -342,7 +342,10 @@ Management Commands Migrations ~~~~~~~~~~ -* ... +* The new :class:`~django.db.migrations.operations.RenameIndex` operation + allows renaming indexes defined in the + :attr:`Meta.indexes <django.db.models.Options.indexes>` or + :attr:`~django.db.models.Options.index_together` options. Models ~~~~~~ |
