Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.

This commit is contained in:
valtron 2014-09-15 10:17:28 -06:00 committed by Tim Graham
parent 021f963e23
commit abcf28a076
8 changed files with 83 additions and 5 deletions

View file

@ -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`).