summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index c9f8208271..101988819a 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -9,4 +9,6 @@ Django 1.11.1 fixes several bugs in 1.11.
Bugfixes
========
-* ...
+* Made migrations respect ``Index``’s ``name`` argument. If you created a
+ named index with Django 1.11, ``makemigrations`` will create a migration to
+ recreate the index with the correct name (:ticket:`28051`).