summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index 1825ec2fc5..0ca144bb66 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -182,6 +182,9 @@ General-purpose aggregation functions
.. deprecated:: 6.0
+ The PostgreSQL ``StringAgg`` class is deprecated in favor of the
+ generally available :class:`~django.db.models.StringAgg` class.
+
Returns the input values concatenated into a string, separated by
the ``delimiter`` string, or ``default`` if there are no values.