summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClifford Gama <cliffygamy@gmail.com>2025-08-31 08:18:23 +0200
committerGitHub <noreply@github.com>2025-08-31 08:18:23 +0200
commit6c37a2fbb2c4a132362728b309f1eb1ef9113cb7 (patch)
tree821b4c3d5d7eebd0bc07269e222cebe2fd66c016 /docs
parent21603c5b50cda80610496248810bb6391f08b648 (diff)
Removed outdated deprecation note in 6.0 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index c47faec9d5..c36ff20848 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -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
=======================