mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Thanks to Christian von Roques for the report.
This commit is contained in:
parent
6252fd6314
commit
aa2cb4c622
5 changed files with 16 additions and 12 deletions
|
@ -58,14 +58,14 @@ General-purpose aggregation functions
|
|||
Returns ``True`` if at least one input value is true, ``None`` if all
|
||||
values are null or if there are no values, otherwise ``False``.
|
||||
|
||||
``JsonAgg``
|
||||
-----------
|
||||
``JSONBAgg``
|
||||
------------
|
||||
|
||||
.. class:: JsonAgg(expressions, **extra)
|
||||
.. class:: JSONBAgg(expressions, **extra)
|
||||
|
||||
.. versionadded:: 1.11
|
||||
|
||||
Returns the input values as a ``JSON`` array.
|
||||
Returns the input values as a ``JSON`` array. Requires PostgreSQL ≥ 9.5.
|
||||
|
||||
``StringAgg``
|
||||
-------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue