summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-08-20 16:34:06 -0400
committerSimon Charette <charette.s@gmail.com>2016-08-24 01:37:53 -0400
commit1c60765d6307cf5bb659d9157a990d7410108424 (patch)
tree8575da02cc837308371a6ad659c0ae82a4f58320 /docs
parent46f604244aee6da9f67f886353a83a0f55b33e99 (diff)
[1.10.x] Fixed #27044 -- Included already applied migration changes in the post-migrate state when the execution plan is empty.
Refs #24100. Thanks tkhyn for the report and Tim for the review. Backport of d1757d8df486b689172d2584ded52fad916bcc33 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 3e73483e37..46188aa2da 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -68,3 +68,7 @@ Bugfixes
* Added the database alias to the ``InconsistentMigrationHistory`` message
raised by ``makemigrations`` and ``migrate`` (:ticket:`27089`).
+
+* 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`).