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:21 -0500
commitddb7236b0ae9be3163c90f799fb79396e9f61cc8 (patch)
treefa868a0b38020c73fe5185ba08d9de87f062a9cf /docs
parentc02e65e34ba59968888c5d684e92a3fd5ce93300 (diff)
Refs #36520 -- Removed release note for refactored `parse_header_parameters`.
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.