summaryrefslogtreecommitdiff
path: root/tests/aggregation/test_filter_argument.py
AgeCommit message (Expand)Author
2025-11-24Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.Simon Charette
2025-05-23Fixed #36404 -- Fixed Aggregate.filter using OuterRef.Adam Johnson
2022-12-21Removed unnecessary commas in tests.Mariusz Felisiak
2022-11-07Refs #27849 -- Fixed filtered aggregates crash on filters that match everything.Simon Charette
2022-11-07Refs #27849 -- Added test for filtered aggregates with empty conditions.Simon Charette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-04Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg
2020-05-14Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.Simon Charette
2019-06-05Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé
2019-05-08Refs #30462 -- Added test for conditional aggregation on annotated subquery.Mariusz Felisiak
2019-03-23Fixed #30246 -- Reused annotation aliases references in aggregation filters.Simon Charette
2018-12-06Fixed #30011 -- Fixed queries that reuse filtered aggregates.Simon Charette
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom