summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorvaltron <valtron2000@gmail.com>2014-09-15 10:17:28 -0600
committerTim Graham <timograham@gmail.com>2014-09-15 14:56:59 -0400
commitabcf28a07695a45cb5fb15b81bffc97bea5e0be3 (patch)
treedde9ecc92558f4bf9aef2c727d458819087a4d66 /docs/releases/1.7.1.txt
parent021f963e2382a60de3ba41293ff718402671a1b3 (diff)
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index f5f3f515a9..8438b7f6d2 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -46,3 +46,6 @@ Bugfixes
* Allowed migrations to work with ``app_label``\s that have the same last
part (e.g. ``django.contrib.auth`` and ``vendor.auth``) (:ticket:`23483`).
+
+* Fixed bug in migrations that could cause unexpected data loss when executing
+ a backwards or no-op migration (:ticket:`23474`).