From 7fd379719a1f5ee059aeee88243af172719e5e35 Mon Sep 17 00:00:00 2001 From: Joseph Kahn Date: Wed, 9 Nov 2016 10:27:19 -0500 Subject: [1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations. Backport of 373c6c409c310cb61e1e9c9aff4adba379ffd0b4 from master --- docs/releases/1.10.4.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3