summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/aggregates/statistics.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+27
* Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock2021-09-291-1/+1
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-4/+4
* Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette2021-07-021-3/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Removed unnecessary StatAggregate.resolve_expression().Jon Dufresne2019-08-081-3/+0
* Simplified Count.convert_value() and RegrCount.convert_value().Sergey Fedoseev2017-09-161-3/+1
* Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette2017-09-111-4/+4
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-6/+6
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-201-1/+1
* Simplified handling of expressions in StatAggregate.Sergey Fedoseev2017-03-231-10/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+4
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-301-0/+80