diff options
Diffstat (limited to 'docs/releases/4.2.1.txt')
| -rw-r--r-- | docs/releases/4.2.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt index a1130effe8..bed64f6ad1 100644 --- a/docs/releases/4.2.1.txt +++ b/docs/releases/4.2.1.txt @@ -53,3 +53,8 @@ Bugfixes * Fixed a regression in Django 4.2 where breadcrumbs didn't appear on admin site app index views (:ticket:`34512`). + +* Made squashing migrations reduce ``AddIndex``, ``RemoveIndex``, + ``RenameIndex``, and ``CreateModel`` operations which allows removing a + deprecated ``Meta.index_together`` option from historical migrations and use + ``Meta.indexes`` instead (:ticket:`34525`). |
