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
Age
Commit message (
Expand
)
Author
2022-09-08
[4.1.x] Fixed #33992 -- Fixed queryset crash when aggregating over a group co...
Simon Charette
2022-04-26
Fixed #33655 -- Removed unnecessary constant from GROUP BY clause for QuerySe...
marcperrinoptel
2022-04-11
Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...
Mariusz Felisiak
2022-03-31
Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...
Luke Plant
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-31
Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregat...
Mariusz Felisiak
2021-12-02
Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.
Simon Charette
2021-11-04
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().
Hannes Ljungberg
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-01
Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...
David Wobrock
2021-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-07-02
Fixed #26430 -- Fixed coalesced aggregation of empty result sets.
Simon Charette
2021-02-24
Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...
Simon Charette
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-03
Fixed #32166 -- Removed redundant definition of Greatest in test_expression_o...
Sicong
2020-10-21
Fixed #26390 -- Disabled grouping by Random().
Étienne Beaulé
2020-09-29
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...
David Wobrock
2020-08-17
Fixed #31888 -- Avoided module-level MySQL queries in tests.
Ahmad A. Hussein
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-05-14
Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.
Simon Charette
2020-03-25
Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/values_list...
Hasan Ramezani
2020-03-03
Refs #31331 -- Checked ONLY_FULL_GROUP_BY mode in AggregateTestCase.test_aggr...
Mariusz Felisiak
2020-03-03
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-03
Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected an...
Mariusz Felisiak
2020-01-15
Refs #31136 -- Made QuerySet.values()/values_list() group only by selected an...
Mariusz Felisiak
2020-01-04
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Mariusz Felisiak
2019-12-23
Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
Simon Charette
2019-12-19
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggr...
Simon Charette
2019-12-19
Refs #31094 -- Added test for not using aliases in GROUP BY clauses.
Simon Charette
2019-11-18
Relaxed some query ordering assertions in tests.
Tim Graham
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-31
Moved test for distinct Count() to a separate test case.
Étienne Beaulé
2019-06-10
Fixed #30548 -- Improved exception when expression contains mixed types.
CruxBox
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
2019-03-21
Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
Simon Charette
2019-01-21
Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
Simon Charette
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-12-06
Fixed #30011 -- Fixed queries that reuse filtered aggregates.
Simon Charette
[next]