summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Sanders <1845938+shangxiao@users.noreply.github.com>2025-12-12 04:59:09 +1100
committerGitHub <noreply@github.com>2025-12-11 12:59:09 -0500
commit8932a677258fbda34f24a1be6f426265148b0003 (patch)
tree13ef4e45b262c90524c6f4e3f043f8791917cb16 /docs
parent1651140a80e1b5e19784a6a859b6dd2e44c5d7f7 (diff)
Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/postgres/aggregates.txt.
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.