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
/
django
/
contrib
/
postgres
/
aggregates
/
general.py
Age
Commit message (
Expand
)
Author
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2025-12-02
Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.
Νικόλαος-Διγενής Καραγιάννης
2025-09-17
Refs #35444 -- Removed contrib.postgres aggregates ordering kwarg per depreca...
Jacob Walls
2025-04-16
Americanized some spellings.
Adam Johnson
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-01-06
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Chris Muthig
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
2023-01-17
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-01
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-09-27
Fixed #33114 -- Defined default output_field of StringAgg.
ali
2021-07-19
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
Nick Pope
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2020-11-04
Fixed #32169 -- Added distinct support to JSONBAgg.
Artur Beltsov
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-07-21
Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggrega...
David Chorpash
2020-06-13
Fixed #31691 -- Added ordering support to JSONBAgg.
John Parton
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-03
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-06-28
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
Floris den Hengst
2017-12-30
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
Sergey Fedoseev
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-14
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
2016-10-07
Fixed #26327 -- Added JsonAgg to contrib.postgres.
Mads Jensen
2016-06-02
Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.
Rustam Kashapov
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy