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:35:15 -0400
commit040bd7c9387cfbf70a543c507b3b9eeb8f2725dc (patch)
tree76f66b1377e5254425d0bf6b157309fe9b93660c /docs
parent3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 (diff)
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.
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`).