summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2017-04-07 17:47:53 +0200
committerTim Graham <timograham@gmail.com>2017-04-07 11:48:25 -0400
commitf9d2a20d7b6cbef24199332d28534e3e16fa20d9 (patch)
treed86b75e4454e73cf5da8dbf420237b77cad5b4d2 /docs
parent0cb009aa488f4c66d2b434bf3df13e719b2e2fc6 (diff)
[1.11.x] Fixed #28051 -- Made migrations respect Index's name argument.
Thanks Marc Tamlyn for the report and Tim Graham for the review. Backport of d3cf75ec6fbdd2c1f1bb1e6ccb48d4de1da2952b from master
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`).