diff options
Diffstat (limited to 'docs/releases')
| -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 ~~~~~~ |
