summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-07 10:11:41 +0200
committerGitHub <noreply@github.com>2023-04-07 10:11:41 +0200
commit5b8a043bf51ab8bcf4a758d0b4646f30a84be183 (patch)
tree9b620d5e8280d70f3787e35fc60cb845409559fe /docs/releases
parent73cbb372baa45d1fdafd571e2f430a980831f722 (diff)
downloaddjango-5b8a043bf51ab8bcf4a758d0b4646f30a84be183.tar.gz
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Regression in 6a2165816394ab4bb259f6171e82417e098e97a6.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/4.2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt
index dd172a1a89..1a5fda3d4b 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -22,3 +22,6 @@ Bugfixes
* Reallowed, following a regression in Django 4.2, setting the
``"cursor_factory"`` option in :setting:`OPTIONS` on PostgreSQL
(:ticket:`34466`).
+
+* Enforced UTF-8 client encoding on PostgreSQL, following a regression in
+ Django 4.2 (:ticket:`34470`).