summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-12 09:25:45 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-12 18:52:43 +0200
commit280ca147af9cdfce1ca9cb14cc3c5527ff6c7a02 (patch)
tree2eabfca62fb35d84343ec7317dd7ea10b396bda1 /docs
parentdfc720c521062cdefd64bc48a11838b0fa583439 (diff)
downloaddjango-280ca147af9cdfce1ca9cb14cc3c5527ff6c7a02.tar.gz
Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses."
This reverts commit 6220c445c40a6a7f4d442de8bde2628346153963. Thanks Adam Johnson and Márton Salomváry for reports.
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 525830a01b..621fc3ec30 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -29,3 +29,7 @@ Bugfixes
* Fixed a regression in Django 4.2 where ``i18n_patterns()`` didn't respect the
``prefix_default_language`` argument when a fallback language of the default
language was used (:ticket:`34455`).
+
+* Fixed a regression in Django 4.2 where creating copies and deep copies of
+ ``HttpRequest`` and its subclasses didn't always work correctly
+ (:ticket:`34482`, :ticket:`34484`).