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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user