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

@@ -416,9 +416,6 @@ fields modified in the custom ``save()`` methods should be added to the
Miscellaneous
-------------
* The undocumented ``SimpleTemplateResponse.rendering_attrs`` and
``TemplateResponse.rendering_attrs`` are renamed to ``non_picklable_attrs``.
* The undocumented ``django.http.multipartparser.parse_header()`` function is
removed. Use ``django.utils.http.parse_header_parameters()`` instead.