index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
aggregates
/
general.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2023-01-17
1
-62
/
+5
*
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-12-01
1
-6
/
+46
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-22
/
+26
*
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-10-01
1
-1
/
+6
*
Fixed #33114 -- Defined default output_field of StringAgg.
ali
2021-09-27
1
-1
/
+4
*
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
Nick Pope
2021-07-19
1
-17
/
+52
*
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-19
1
-3
/
+3
*
Fixed #32169 -- Added distinct support to JSONBAgg.
Artur Beltsov
2020-11-04
1
-1
/
+2
*
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-28
1
-1
/
+1
*
Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggrega...
David Chorpash
2020-07-21
1
-1
/
+3
*
Fixed #31691 -- Added ordering support to JSONBAgg.
John Parton
2020-06-13
1
-1
/
+2
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-2
/
+2
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+1
*
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2020-02-03
1
-2
/
+4
*
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
1
-6
/
+4
*
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
Floris den Hengst
2018-06-28
1
-4
/
+6
*
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
Sergey Fedoseev
2017-12-30
1
-1
/
+5
*
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
1
-3
/
+3
*
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-07-14
1
-1
/
+1
*
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-02-04
1
-0
/
+4
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
2016-11-28
1
-2
/
+2
*
Fixed #26327 -- Added JsonAgg to contrib.postgres.
Mads Jensen
2016-10-07
1
-1
/
+12
*
Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.
Rustam Kashapov
2016-06-02
1
-3
/
+4
*
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy
2015-03-30
1
-0
/
+43