summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-18 18:17:01 -0400
committerTim Graham <timograham@gmail.com>2016-08-23 17:39:58 -0400
commitad25fe73506d80ffcaac135ad0a8d09552b70d70 (patch)
treeab2f7dd65bd4729a2b27b4482e05ee9f0c5d0d2e /docs
parent80c03b06ad1461c1a07091806dc0414a4e98905e (diff)
Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index 88edfa80cf..3e73483e37 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -65,3 +65,6 @@ Bugfixes
* Reverted a few admin checks that checked ``field.many_to_many`` back to
``isinstance(field, models.ManyToManyField)`` since it turned out the checks
weren't suitable to be generalized like that (:ticket:`26998`).
+
+* Added the database alias to the ``InconsistentMigrationHistory`` message
+ raised by ``makemigrations`` and ``migrate`` (:ticket:`27089`).