From d7ab2cefb7ec94bf45d37a02c79b6703ea2880e5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 24 Sep 2014 15:49:30 -0400 Subject: Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." This reverts commit abcf28a07695a45cb5fb15b81bffc97bea5e0be3. --- docs/releases/1.7.1.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index ceed11087b..cd534f1346 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -47,9 +47,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`). - * Restored the ability to deepcopy ``F`` objects (:ticket:`23492`). * Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``, -- cgit v1.3