From cd09524f27b83c0ca9dabafa81265e8d8abd252a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 12 Oct 2016 21:19:56 -0400 Subject: Fixed #27200 -- Provided makemigration's allow_migrate() with model_name. --- docs/releases/1.10.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt index 3e40ab6854..13aadb30ee 100644 --- a/docs/releases/1.10.3.txt +++ b/docs/releases/1.10.3.txt @@ -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`). -- cgit v1.3