summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-10-03 19:23:18 -0400
committerSimon Charette <charette.s@gmail.com>2016-10-04 08:46:13 -0400
commitb12228759ce1aa0c93a00ed53e382ecf25cd5398 (patch)
tree3fecc5840be2c9157d2428c2b820dcb93f4223fa /docs
parentc473235bf6a41af5a8c81e637c72acea8f46841e (diff)
[1.10.x] 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. Backport of 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc 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 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`).