mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
This commit is contained in:
committed by
Tim Graham
parent
42f9d65107
commit
d117567c7d
@@ -29,3 +29,7 @@ Bugfixes
|
||||
|
||||
* Fixed the ``isnull`` lookup on a ``ForeignKey`` with its ``to_field``
|
||||
pointing to a ``CharField`` (:ticket:`26983`).
|
||||
|
||||
* Prevented the ``migrate`` command from raising
|
||||
``InconsistentMigrationHistory`` in the presence of unapplied squashed
|
||||
migrations (:ticket:`27004`).
|
||||
|
||||
Reference in New Issue
Block a user