mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
This commit is contained in:
parent
021f963e23
commit
abcf28a076
8 changed files with 83 additions and 5 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue