From 6d4ccca48bd399e2e4a440b03d8d85ba5f2ea1ba 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: [6.0.x] Refs #35444 -- Clarified StringAgg deprecation notice in docs/ref/contrib/postgres/aggregates.txt. Backport of 8932a677258fbda34f24a1be6f426265148b0003 from main. --- docs/ref/contrib/postgres/aggregates.txt | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.3