From 563eaf04998da3ef88de4553f54eccd900a12805 Mon Sep 17 00:00:00 2001 From: valtron Date: Mon, 15 Sep 2014 10:17:28 -0600 Subject: [1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations. Backport of abcf28a076 from master --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3