1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.

This commit is contained in:
Floris den Hengst
2016-07-05 11:47:24 +02:00
committed by Tim Graham
parent 2a0116266c
commit 96199e562d
5 changed files with 146 additions and 12 deletions

View File

@@ -70,7 +70,10 @@ Minor features
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The new ``ordering`` argument for
:class:`~django.contrib.postgres.aggregates.ArrayAgg` and
:class:`~django.contrib.postgres.aggregates.StringAgg` determines the
ordering of the aggregated elements.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~