summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt18
-rw-r--r--docs/ref/contrib/postgres/constraints.txt2
2 files changed, 0 insertions, 20 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index 2675a90af2..fd4fabe853 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -55,12 +55,6 @@ General-purpose aggregation functions
F("some_field").desc()
- .. versionchanged:: 5.0
-
- In older versions, if there are no rows and ``default`` is not
- provided, ``ArrayAgg`` returned an empty list instead of ``None``. If
- you need it, explicitly set ``default`` to ``Value([])``.
-
``BitAnd``
----------
@@ -182,12 +176,6 @@ General-purpose aggregation functions
{'parking': True, 'double_bed': True}
]}]>
- .. versionchanged:: 5.0
-
- In older versions, if there are no rows and ``default`` is not
- provided, ``JSONBAgg`` returned an empty list instead of ``None``. If
- you need it, explicitly set ``default`` to ``Value([])``.
-
``StringAgg``
-------------
@@ -243,12 +231,6 @@ General-purpose aggregation functions
'headline': 'NASA uses Python', 'publication_names': 'Science News, The Python Journal'
}]>
- .. versionchanged:: 5.0
-
- In older versions, if there are no rows and ``default`` is not
- provided, ``StringAgg`` returned an empty string instead of ``None``.
- If you need it, explicitly set ``default`` to ``Value("")``.
-
Aggregate functions for statistics
==================================
diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt
index ce9f0cf78f..4d13eddd24 100644
--- a/docs/ref/contrib/postgres/constraints.txt
+++ b/docs/ref/contrib/postgres/constraints.txt
@@ -136,8 +136,6 @@ used for queries that select only included fields
``violation_error_code``
------------------------
-.. versionadded:: 5.0
-
.. attribute:: ExclusionConstraint.violation_error_code
The error code used when ``ValidationError`` is raised during