1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.

This commit is contained in:
Joseph Kahn
2016-11-09 10:27:19 -05:00
committed by Tim Graham
parent 0d6c7cae7c
commit 373c6c409c
3 changed files with 15 additions and 2 deletions

View File

@@ -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`).