From 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Mon, 3 Oct 2016 19:23:18 -0400 Subject: Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations. Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial patch and Tim for the review. --- 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 2560b1db00..3e40ab6854 100644 --- a/docs/releases/1.10.3.txt +++ b/docs/releases/1.10.3.txt @@ -11,3 +11,6 @@ Bugfixes * Allowed ``User.is_authenticated`` and ``User.is_anonymous`` properties to be tested for ``set`` membership (:ticket:`27309`). + +* Fixed a performance regression when running ``migrate`` in projects + with ``RenameModel`` operations (:ticket:`27279`). -- cgit v1.3