Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() ↵ | Alexander Kerkum | 2022-09-17 | 1 | -2/+5 |
| | | | | | | and JSONBAgg(). Regression in e06dc4571ea9fd5723c8029959b95808be9f8812. | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -1/+0 |
| | |||||
* | Refs #33304 -- Enclosed aggregate ordering logic in an expression. | Simon Charette | 2021-11-23 | 1 | -35/+14 |
| | | | | | This greatly simplifies the implementation of contrib.postgres' OrderableAggMixin and allows for reuse in Window expressions. | ||||
* | Fixed #33262 -- Fixed crash of conditional aggregation on Exists(). | Hannes Ljungberg | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ↵ | Mariusz Felisiak | 2020-10-14 | 1 | -1/+1 |
| | | | | | | | | JSONField key transforms. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Igor Jerosimić for the report. | ||||
* | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. | Simon Charette | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used ↵ | David Wobrock | 2019-12-31 | 1 | -10/+1 |
| | | | | in Subquery. | ||||
* | Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when ↵ | Caio Ariede | 2019-05-28 | 1 | -0/+6 |
| | | | | used in Subquery. | ||||
* | Fixed #30332 -- Fixed crash of ordering by expressions with params in ↵ | Simone Pellizzari | 2019-04-06 | 1 | -6/+10 |
| | | | | ArrayAgg and StringAgg. | ||||
* | Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg. | Floris den Hengst | 2018-06-28 | 1 | -0/+47 |