summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2017-04-07 15:54:40 +0200
committerTim Graham <timograham@gmail.com>2017-05-01 12:22:29 -0400
commit6afede82192067efecedb039c29eb301816d5fb5 (patch)
treea62e03404d25929549564ef3c2ad91ba6c7ff5f7 /docs
parent211d2bf3f21fee22c868cd39452a133ad1e16c4d (diff)
[1.11.x] Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review. Backport of 663e48947ff8ef3e6a6275bda2d1ee1b0de13be3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index b396ec70ae..dd4f4f1fd2 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -72,3 +72,6 @@ Bugfixes
* Prevented ``AddIndex`` and ``RemoveIndex`` from mutating model state
(:ticket:`28043`).
+
+* Prevented migrations from dropping database indexes from ``Meta.indexes``
+ when changing ``Field.db_index`` to ``False`` (:ticket:`28052`).