summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.1.5.txt b/docs/releases/5.1.5.txt
index af0dab545c..2dfe283e00 100644
--- a/docs/releases/5.1.5.txt
+++ b/docs/releases/5.1.5.txt
@@ -9,4 +9,5 @@ Django 5.1.5 fixes several bugs in 5.1.4.
Bugfixes
========
-* ...
+* Fixed a crash when applying migrations with references to the removed
+ ``Meta.index_together`` option (:ticket:`34856`).