mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Subquery annotation references must be resolved if they are excluded
from the GROUP BY clause by a following .values() call.
Regression in fb3f034f1c.
Thanks Makina Corpus for the report.