mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
This commit is contained in:
parent
d47498c5df
commit
39ebdf5a3c
13 changed files with 21 additions and 78 deletions
|
|
@ -90,7 +90,7 @@ General-purpose aggregation functions
|
|||
|
||||
.. class:: JSONBAgg(expressions, filter=None, **extra)
|
||||
|
||||
Returns the input values as a ``JSON`` array. Requires PostgreSQL ≥ 9.5.
|
||||
Returns the input values as a ``JSON`` array.
|
||||
|
||||
``StringAgg``
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue