summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Kahn <josephbkahn@gmail.com>2016-11-09 10:27:19 -0500
committerTim Graham <timograham@gmail.com>2016-11-09 10:27:19 -0500
commit373c6c409c310cb61e1e9c9aff4adba379ffd0b4 (patch)
tree2962a116e8070370fb4efb64637428fb53a8fb67 /docs
parent0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 (diff)
Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.4.txt b/docs/releases/1.10.4.txt
index c9c6181beb..3304df9071 100644
--- a/docs/releases/1.10.4.txt
+++ b/docs/releases/1.10.4.txt
@@ -12,3 +12,7 @@ Bugfixes
* Quoted the Oracle test user's password in queries to fix the "ORA-00922:
missing or invalid option" error when the password starts with a number or
special character (:ticket:`27420`).
+
+* Fixed incorrect ``app_label`` / ``model_name`` arguments for
+ ``allow_migrate()`` in ``makemigrations`` migration consistency checks
+ (:ticket:`27461`).