From 0b454804db5729eedbb117c90de4a3ad5fb397ee Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Sat, 20 Aug 2016 18:05:04 -0400 Subject: [1.10.x] Fixed #27100 -- Included already applied migration changes in the pre-migrate state. Refs #24100. Thanks Tim for the review. Backport of d5c4ea524679a787fe11c927448e44e95646096b from master --- docs/releases/1.10.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 46188aa2da..b5c72c5e8b 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -72,3 +72,7 @@ Bugfixes * Fixed the creation of ``ContentType`` and ``Permission`` objects for models of applications without migrations when calling the ``migrate`` command with no migrations to apply (:ticket:`27044`). + +* Included the already applied migration state changes in the ``Apps`` instance + provided to the ``pre_migrate`` signal receivers to allow ``ContentType`` + renaming to be performed on model rename (:ticket:`27100`). -- cgit v1.3