From ac46eb7e8379e451d0acc1ace666fabd56d016ce Mon Sep 17 00:00:00 2001 From: mlavin Date: Thu, 6 Aug 2015 21:12:00 -0400 Subject: [1.8.x] 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. Backport of 69db1c745506bf63026def25d6854755179feaa8 from master --- docs/releases/1.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3