diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-18 18:17:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-23 20:48:29 -0400 |
| commit | 46f604244aee6da9f67f886353a83a0f55b33e99 (patch) | |
| tree | 3ac39b7a0755136468865c8db639d11da503b4eb /docs | |
| parent | 6be255a22a32a58a96b8d1c67485e92b49817b9f (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.txt | 3 |
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`). |
