From d1757d8df486b689172d2584ded52fad916bcc33 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Sat, 20 Aug 2016 16:34:06 -0400 Subject: 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. --- 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 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`). -- cgit v1.3