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:17:48 -0400
commitd5c4ea524679a787fe11c927448e44e95646096b (patch)
treeb0a6fdc2c3c50458b646f3399bbaab87713737ad /docs
parentd1757d8df486b689172d2584ded52fad916bcc33 (diff)
Fixed #27100 -- Included already applied migration changes in the pre-migrate state.
Refs #24100. Thanks Tim for the review.
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`).