diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-10-03 19:23:18 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-10-04 08:35:15 -0400 |
| commit | 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc (patch) | |
| tree | 76f66b1377e5254425d0bf6b157309fe9b93660c /docs | |
| parent | 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 (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.txt | 3 |
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`). |
