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 20:48:29 -0400
commit46f604244aee6da9f67f886353a83a0f55b33e99 (patch)
tree3ac39b7a0755136468865c8db639d11da503b4eb /docs
parent6be255a22a32a58a96b8d1c67485e92b49817b9f (diff)
[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory message.
Backport of ad25fe73506d80ffcaac135ad0a8d09552b70d70 from master
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`).