mirror of
https://github.com/django/django.git
synced 2025-08-01 09:32:50 +00:00
[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL when using a RawSQL annotation.
Regression in1d070d027c
. Backport of4ab1f559e8
from master
This commit is contained in:
parent
158e7804e7
commit
b6e48f514e
3 changed files with 18 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue