summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.2.txt')
-rw-r--r--docs/releases/4.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index d923be55b8..7d7848708d 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -502,7 +502,8 @@ Should become::
Running the :djadmin:`makemigrations` command will generate a migration
containing a :class:`~django.db.migrations.operations.RenameIndex` operation
-which will rename the existing index.
+which will rename the existing index. Next, consider squashing migrations to
+remove ``index_together`` from historical migrations.
The ``AlterIndexTogether`` migration operation is now officially supported only
for pre-Django 4.2 migration files. For backward compatibility reasons, it's