1
0
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:
mlavin
2015-08-06 21:12:00 -04:00
committed by Tim Graham
parent a7b7f27c05
commit 69db1c7455
3 changed files with 50 additions and 0 deletions

View File

@@ -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`).