mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #24628 -- Fixed applied status for squashed migrations.
This commit is contained in:
parent
335fc44f68
commit
492537ac18
4 changed files with 42 additions and 0 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue