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:56:24 -0400 |
| commit | d7b32d31205834262758ca5f48e5fe3a453f7ad3 (patch) | |
| tree | 603a717ae8b0a5f277749fec36ecd2be457dd70b /docs | |
| parent | 02aa3e30e9cb8e5be5c33082c3548e2a6e1b91cb (diff) | |
[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
Backport of d7ab2cefb7 from master
Diffstat (limited to 'docs')
| -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``, |
