Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.

This commit is contained in:
Tim Graham 2016-10-12 21:19:56 -04:00
parent 51b83d9e51
commit cd09524f27
3 changed files with 10 additions and 4 deletions

View file

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