Fixed #24628 -- Fixed applied status for squashed migrations.

This commit is contained in:
Carl Meyer 2015-06-02 14:23:07 -06:00
parent 335fc44f68
commit 492537ac18
4 changed files with 42 additions and 0 deletions

View file

@ -47,3 +47,6 @@ Bugfixes
* Fixed a crash when loading squashed migrations from two apps with a
dependency between them, where the dependent app's replaced migrations are
partially applied (:ticket:`24895`).
* Fixed recording of applied status for squashed (replacement) migrations
(:ticket:`24628`).