1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses."

This reverts commit 6220c445c4.

Thanks Adam Johnson and Márton Salomváry for reports.
This commit is contained in:
Mariusz Felisiak
2023-04-12 09:25:45 +02:00
parent dfc720c521
commit 280ca147af
5 changed files with 22 additions and 40 deletions

View File

@@ -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`).