Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -12/+17 |
* | Bumped minimum isort version to 5.1.0. | David Smith | 2020-07-30 | 1 | -1/+3 |
* | Fixed #30542 -- Fixed crash of numerical aggregations with filter. | Étienne Beaulé | 2019-06-05 | 1 | -4/+4 |
* | Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin. | Nick Pope | 2019-01-14 | 1 | -0/+19 |
* | Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin. | Nick Pope | 2019-01-14 | 1 | -3/+7 |
* | Refs #28643 -- Moved db function mixins to a separate module. | Nick Pope | 2019-01-14 | 1 | -0/+27 |