summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).