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

Refs #33697 -- Added backward incompatibility note about removing multipartparser.parse_header().

This commit is contained in:
Mariusz Felisiak
2022-06-28 21:45:03 +02:00
committed by GitHub
parent 72e41a0df6
commit 154dd1c0ed

View File

@@ -253,6 +253,9 @@ 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.
.. _deprecated-features-4.2:
Features deprecated in 4.2