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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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