mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25231 -- Added recording of squashed migrations in the migrate command.
Ensured squashed migrations are recorded as applied when the migrate command is run and all of the original migrations have been previously applied.
This commit is contained in:
@@ -24,3 +24,6 @@ Bugfixes
|
||||
|
||||
* Fixed ``has_changed()`` method in ``contrib.postgres.forms.HStoreField``
|
||||
(:ticket:`25215`, :ticket:`25233`).
|
||||
|
||||
* Fixed the recording of squashed migrations when running the ``migrate``
|
||||
command (:ticket:`25231`).
|
||||
|
||||
Reference in New Issue
Block a user