diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-24 15:49:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-24 15:49:30 -0400 |
| commit | d7ab2cefb7ec94bf45d37a02c79b6703ea2880e5 (patch) | |
| tree | 3128fcc9944c6c82360c66efb25f5e57c8ea7c3f /docs/releases/1.7.1.txt | |
| parent | a4f23eba2e690f1331fe35d6f29af42899e80395 (diff) | |
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
This reverts commit abcf28a07695a45cb5fb15b81bffc97bea5e0be3.
Diffstat (limited to 'docs/releases/1.7.1.txt')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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``, |
