1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26327 -- Added JsonAgg to contrib.postgres.

Thanks Tim Graham for review.
This commit is contained in:
Mads Jensen
2016-09-26 13:16:03 +02:00
committed by Tim Graham
parent 52188a5ca6
commit 0a26f3c338
4 changed files with 46 additions and 6 deletions

View File

@@ -172,6 +172,9 @@ Minor features
operation allow using PostgreSQL's ``citext`` extension for case-insensitive
lookups.
* The new :class:`~django.contrib.postgres.aggregates.JsonAgg` allows
aggregating values as a JSON array.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~