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