From 6c37a2fbb2c4a132362728b309f1eb1ef9113cb7 Mon Sep 17 00:00:00 2001 From: Clifford Gama Date: Sun, 31 Aug 2025 08:18:23 +0200 Subject: [PATCH] Removed outdated deprecation note in 6.0 release notes. --- docs/releases/6.0.txt | 3 --- 1 file changed, 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 =======================