summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-08-20 18:05:04 -0400
committerSimon Charette <charette.s@gmail.com>2016-08-24 01:38:30 -0400
commit0b454804db5729eedbb117c90de4a3ad5fb397ee (patch)
treee6667315c3b5777ed69c4eaa86e909554ff5ee50 /docs
parent1c60765d6307cf5bb659d9157a990d7410108424 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt4
1 files changed, 4 insertions, 0 deletions
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`).