From 8932a677258fbda34f24a1be6f426265148b0003 Mon Sep 17 00:00:00 2001 From: David Sanders <1845938+shangxiao@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:59:09 +1100 Subject: Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/postgres/aggregates.txt. --- docs/ref/contrib/postgres/aggregates.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit v1.3