Refs #33697 -- Added backward incompatibility note about removing multipartparser.parse_header().
This commit is contained in:
parent
72e41a0df6
commit
154dd1c0ed
|
@ -253,6 +253,9 @@ Miscellaneous
|
||||||
* The undocumented ``SimpleTemplateResponse.rendering_attrs`` and
|
* The undocumented ``SimpleTemplateResponse.rendering_attrs`` and
|
||||||
``TemplateResponse.rendering_attrs`` are renamed to ``non_picklable_attrs``.
|
``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:
|
.. _deprecated-features-4.2:
|
||||||
|
|
||||||
Features deprecated in 4.2
|
Features deprecated in 4.2
|
||||||
|
|
Loading…
Reference in New Issue