summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-05-28 00:25:19 +0200
committerTim Graham <timograham@gmail.com>2018-05-27 18:25:42 -0400
commitb6e48f514ebe4e31b76e1750e043d4f296e645dc (patch)
tree2270b406b7232240ca38779bf9ec1af3969092c2 /docs
parent158e7804e780aa4dd227847856d14cf3214c2d67 (diff)
[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11. Backport of 4ab1f559e8d1264bcb20bb497988973194f5d8f2 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.6.txt b/docs/releases/2.0.6.txt
index 1c9d0982fa..9652e4e63d 100644
--- a/docs/releases/2.0.6.txt
+++ b/docs/releases/2.0.6.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed detection of custom URL converters in included patterns
(:ticket:`29415`).
+
+* Fixed a regression that added an unnecessary subquery to the ``GROUP BY``
+ clause on MySQL when using a ``RawSQL`` annotation (:ticket:`29416`).