diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-08-31 08:18:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-31 08:18:23 +0200 |
| commit | 6c37a2fbb2c4a132362728b309f1eb1ef9113cb7 (patch) | |
| tree | 821b4c3d5d7eebd0bc07269e222cebe2fd66c016 /docs | |
| parent | 21603c5b50cda80610496248810bb6391f08b648 (diff) | |
Removed outdated deprecation note in 6.0 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
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 ======================= |
