diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-12 09:46:18 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-12 18:53:29 +0200 |
| commit | 791407fef16faa4da6fe2247c24a9055037dd5dd (patch) | |
| tree | 15fe68bf50bbf6ad4fdf1e83b2af959946aa38fd /docs | |
| parent | 2feb9333e7044df348c45417d23ee20b08c1a7fd (diff) | |
[4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses."
This reverts commit d7f5bfd241666c0a76e90208da1e9ef81aec44db.
Thanks Márton Salomváry for the report.
Backport of 173034b00589c083793d495e8b07e35be2cb1cf0 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.1.txt | 4 | ||||
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt index 621fc3ec30..2bfe21cd47 100644 --- a/docs/releases/4.2.1.txt +++ b/docs/releases/4.2.1.txt @@ -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`). diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index a7c20a7d6d..17d0dc956d 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -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. |
