summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnv3sh <anveshgreat11@gmail.com>2022-06-16 21:34:13 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-06-20 08:51:26 +0200
commitd7f5bfd241666c0a76e90208da1e9ef81aec44db (patch)
tree46ee5a0f15aead8589dcddc2b0d2c03ab431548a /docs
parent901a1691982cab76349d33e51b72c40120ec927a (diff)
Fixed #32969 -- Fixed pickling HttpResponse and subclasses.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 124470cf5b..ca1c2a0eaa 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -249,7 +249,8 @@ PostgreSQL 12 and higher.
Miscellaneous
-------------
-* ...
+* The undocumented ``SimpleTemplateResponse.rendering_attrs`` and
+ ``TemplateResponse.rendering_attrs`` are renamed to ``non_picklable_attrs``.
.. _deprecated-features-4.2: