1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.

This commit is contained in:
Carl Meyer
2015-06-01 17:22:10 -06:00
parent 262d4db8c4
commit 84522c0d16
3 changed files with 53 additions and 10 deletions

View File

@@ -43,3 +43,7 @@ Bugfixes
* Allowed using ``choices`` longer than 1 day with ``DurationField``
(:ticket:`24897`).
* 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`).