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:33 -0500
commit7fd379719a1f5ee059aeee88243af172719e5e35 (patch)
treeb48d77a48dc180dbf8ae9168c48c7d5be6c56a74 /docs
parent3dc480fcd2c086a124647a611ac7647e75506e14 (diff)
[1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master
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`).