diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 4 |
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. |
