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 d590eb384f..835d3a7862 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -196,6 +196,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.