mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
This commit is contained in:
parent
51b83d9e51
commit
cd09524f27
3 changed files with 10 additions and 4 deletions
|
@ -14,3 +14,6 @@ Bugfixes
|
|||
|
||||
* Fixed a performance regression when running ``migrate`` in projects
|
||||
with ``RenameModel`` operations (:ticket:`27279`).
|
||||
|
||||
* Added ``model_name`` to the ``allow_migrate()`` calls in ``makemigrations``
|
||||
(:ticket:`27200`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue