mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Regression in 3a941230c8
.
Thanks Tomasz Szymański for the report.
This commit is contained in:
parent
07506a6114
commit
78ad4b4b02
3 changed files with 30 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue