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:53:22 +0200
commit2feb9333e7044df348c45417d23ee20b08c1a7fd (patch)
treebc0d0f6ac90aead0eb5b3a6ac30b486bad486254 /docs
parentfacc153af7dc96ad83f1bfb86c92d41ec97aa14b (diff)
[4.2.x] 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. Backport of 280ca147af9cdfce1ca9cb14cc3c5527ff6c7a02 from main
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`).