summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-02-09 18:27:23 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-10 09:46:33 -0500
commit3c09ed81d3e90d7ce60372096c58e80548d1d2ef (patch)
tree0de775e8e5be6124ca4da2a258323c9f01cc553c /docs/ref/contrib/postgres
parent226ca7b5ce283e1f891dbbbefb0afaebdaa09f28 (diff)
Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.StringAgg.delimiter.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index 0ca144bb66..040e57c5af 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -190,7 +190,18 @@ General-purpose aggregation functions
.. attribute:: delimiter
- Required argument. Needs to be a string.
+ Required argument. A string, :class:`~django.db.models.Value`, or
+ expression representing the string for separating values. For example,
+ ``Value(",")``.
+
+ .. versionadded:: 6.0
+
+ Support for providing a ``Value`` or expression rather than a
+ string was added.
+
+ .. deprecated:: 6.0
+
+ Support for providing a string is deprecated.
.. attribute:: distinct