mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
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.
This commit is contained in:
parent
3ab55c1a8a
commit
040bd7c938
3 changed files with 31 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue