summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2023-05-21 16:59:56 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-22 07:57:05 +0200
commite1c00f8b361bf89deb68733bbc5189734bbcd6b5 (patch)
treed9d2806b9315561a54d4591dd549067c98794fcb /docs
parentcdd970ae22303e6c58b5c1f3ba695c470a811b56 (diff)
[4.2.x] Fixed #34580 -- Avoided unnecessary computation of selected expressions in SQLCompiler.
Performance regression in 278881e37619278789942513916acafaa88d26f3. Co-authored-by: David Smith <smithdc@gmail.com> Backport of 98f6ada0e2058d67d91fb6c16482411ec2ca0967 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.2.txt b/docs/releases/4.2.2.txt
index 7506b8a237..475531b531 100644
--- a/docs/releases/4.2.2.txt
+++ b/docs/releases/4.2.2.txt
@@ -22,3 +22,6 @@ Bugfixes
* Fixed a bug in Django 4.2 where :option:`makemigrations --update` didn't
respect the ``--name`` option (:ticket:`34568`).
+
+* Fixed a performance regression in Django 4.2 when compiling queries without
+ ordering (:ticket:`34580`).