summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJake Howard <git@theorangeone.net>2025-12-03 16:57:47 +0000
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-03 14:58:53 -0500
commita0e8abe900de9b376a713dd9d3dcc459187c002f (patch)
treebd5495b2b70098a9c04c1201d8215d2f3c2604c3 /docs
parent61e2ee4d71debda3253c398a1ea24f037470b941 (diff)
[6.0.x] Refs #36520 -- Removed release note for refactored `parse_header_parameters`.
Backport of ddb7236b0ae9be3163c90f799fb79396e9f61cc8 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index 89786c7ccb..de874ad855 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -478,10 +478,6 @@ Miscellaneous
* The :ref:`JSON <serialization-formats-json>` serializer now writes a newline
at the end of the output, even without the ``indent`` option set.
-* The undocumented ``django.utils.http.parse_header_parameters()`` function is
- refactored to use Python's :class:`email.message.Message` for parsing.
- Input headers exceeding 10000 characters will now raise :exc:`ValueError`.
-
* The minimum supported version of ``asgiref`` is increased from 3.8.1 to
3.9.1.