summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-10-12 21:19:56 -0400
committerTim Graham <timograham@gmail.com>2016-10-13 11:42:56 -0400
commit91cc5fd4cce58361aab9554a6bb695c854df641a (patch)
treefc2f07a87a3b3ad8c3802fa26708a36e111f2791 /docs
parente781197d1cc2dcef850104acd0baac1c748d40d7 (diff)
[1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Backport of cd09524f27b83c0ca9dabafa81265e8d8abd252a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.3.txt3
1 files changed, 3 insertions, 0 deletions
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`).