mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user