diff options
| author | Jarek Glowacki <jarekwg@gmail.com> | 2016-08-05 09:37:42 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-05 18:01:55 -0400 |
| commit | d117567c7d65c3c28858c4dfc771483b182075e4 (patch) | |
| tree | a779eece8a4cda331c003d7610cf8383a416b528 /docs | |
| parent | 42f9d65107692528583786a0695e26e2cbfc51a0 (diff) | |
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 8f0756bb9e..89fc2b2b19 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -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`). |
