Removed outdated deprecation note in 6.0 release notes.
Some checks failed
Docs / spelling (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Docs / lint-docs (push) Has been cancelled

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 * The undocumented ``django.core.mail.forbid_multi_line_headers()`` and
``django.core.mail.message.sanitize_address()`` functions are deprecated. ``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 Features removed in 6.0
======================= =======================