From 280ca147af9cdfce1ca9cb14cc3c5527ff6c7a02 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 12 Apr 2023 09:25:45 +0200 Subject: Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6220c445c40a6a7f4d442de8bde2628346153963. Thanks Adam Johnson and Márton Salomváry for reports. --- docs/releases/4.2.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3