diff options
| author | mlavin <markdlavin@gmail.com> | 2015-08-06 21:12:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-07 17:59:18 -0400 |
| commit | 69db1c745506bf63026def25d6854755179feaa8 (patch) | |
| tree | 32cbd88189188ad00b9a911051d7c5e9c1f5d03f /docs | |
| parent | a7b7f27c05244d69a11545261eb3bbd73791b3d2 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index 070397e885..77ca647ff0 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -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`). |
