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

Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses."

This reverts commit d7f5bfd241.

Thanks Márton Salomváry for the report.
This commit is contained in:
Mariusz Felisiak
2023-04-12 09:46:18 +02:00
parent 280ca147af
commit 173034b005
5 changed files with 23 additions and 40 deletions

View File

@@ -31,5 +31,5 @@ Bugfixes
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`).
``HttpRequest``, ``HttpResponse``, and their subclasses didn't always work
correctly (:ticket:`34482`, :ticket:`34484`).