1
0
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:
Jarek Glowacki
2016-08-05 09:37:42 +10:00
committed by Tim Graham
parent 42f9d65107
commit d117567c7d
8 changed files with 61 additions and 0 deletions

View File

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