summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt
index f8a4edf787..dd172a1a89 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -18,3 +18,7 @@ Bugfixes
* Fixed a regression in Django 4.2 that caused aggregation over query that
uses explicit grouping to group against the wrong columns (:ticket:`34464`).
+
+* Reallowed, following a regression in Django 4.2, setting the
+ ``"cursor_factory"`` option in :setting:`OPTIONS` on PostgreSQL
+ (:ticket:`34466`).