mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32169 -- Added distinct support to JSONBAgg.
This commit is contained in:
committed by
Mariusz Felisiak
parent
c36075ac1d
commit
18c8ced81e
@@ -131,6 +131,9 @@ Minor features
|
||||
* The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
|
||||
aggregated elements.
|
||||
|
||||
* The new :attr:`.JSONBAgg.distinct` attribute determines if aggregated values
|
||||
will be distinct.
|
||||
|
||||
* The :class:`~django.contrib.postgres.operations.CreateExtension` operation
|
||||
now checks that the extension already exists in the database and skips the
|
||||
migration if so.
|
||||
|
||||
Reference in New Issue
Block a user