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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user