summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-08 07:21:54 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-08 07:23:09 +0200
commitdf9b9de6b05b2dca226e306791e4f06aab7d85e0 (patch)
tree30dd9f4e6dd1b2ceefc45b7b386647d53446c790 /docs
parent21adaffb6ebe7513c355f49a1628d11df5825800 (diff)
[3.1.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa. Thanks Tomasz SzymaƄski for the report. Backport of 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt
index e355f0a0ff..d21eac37c8 100644
--- a/docs/releases/3.0.8.txt
+++ b/docs/releases/3.0.8.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed messages of ``InvalidCacheKey`` exceptions and ``CacheKeyWarning``
warnings raised by cache key validation (:ticket:`31654`).
+
+* Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
+ by a many-to-one relationship (:ticket:`31660`).