summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-08 07:21:54 +0200
committerGitHub <noreply@github.com>2020-06-08 07:21:54 +0200
commit78ad4b4b0201003792bfdbf1a7781cbc9ee03539 (patch)
tree14c53f8fb3b1daf39f2b1e8dad02c73214928891 /docs
parent07506a61147768b95e44ee68d0673851fa5e05bd (diff)
Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa. Thanks Tomasz SzymaƄski for the report.
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`).