mirror of
https://github.com/django/django.git
synced 2025-10-23 21:59:11 +00:00
Adjustments made to solve_lookup_type to defer the resolving of references for summarized aggregates failed to account for similar requirements for lookup values which can also reference annotations through Aggregate.filter. Regression inb181cae2e3
. Refs #25307. Thanks Sergey Nesterenko for the report. Backport of7530cf3900
from main