summaryrefslogtreecommitdiff
path: root/django/db/models/functions/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+17
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+3
* Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé2019-06-051-4/+4
* Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.Nick Pope2019-01-141-0/+19
* Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope2019-01-141-3/+7
* Refs #28643 -- Moved db function mixins to a separate module.Nick Pope2019-01-141-0/+27