mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating backwards.
Backport of ab2819aa7b from master.
This commit is contained in:
@@ -68,3 +68,6 @@ Bugfixes
|
||||
|
||||
* Made :class:`~django.db.migrations.operations.RenameModel` reversible
|
||||
(:ticket:`22248`)
|
||||
|
||||
* Avoided unnecessary rollbacks of migrations from other apps when migrating
|
||||
backwards (:ticket:`23410`).
|
||||
|
||||
Reference in New Issue
Block a user