summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.2.txt')
-rw-r--r--docs/releases/4.2.txt3
1 files changed, 0 insertions, 3 deletions
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.