1
0
mirror of https://github.com/django/django.git synced 2025-09-10 11:09:12 +00:00

Removed outdated deprecation note in 6.0 release notes.

This commit is contained in:
Clifford Gama 2025-08-31 08:18:23 +02:00 committed by GitHub
parent 21603c5b50
commit 6c37a2fbb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -583,9 +583,6 @@ Miscellaneous
* The undocumented ``django.core.mail.forbid_multi_line_headers()`` and
``django.core.mail.message.sanitize_address()`` functions are deprecated.
* The ``django.utils.crypto.constant_time_compare()`` function is deprecated
because it is merely an alias of :func:`hmac.compare_digest`.
Features removed in 6.0
=======================