Browse Source

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

Mariusz Felisiak 2 years ago
parent
commit
154dd1c0ed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/releases/4.2.txt

+ 3 - 0
docs/releases/4.2.txt

@@ -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