From cf889381ffec9220ca9d7a8eccef0e06b903fa38 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 17 Jun 2026 14:38:10 -0400 Subject: Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FALLBACK. --- docs/internals/deprecation.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 85c6aa1025..4eda66e544 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -38,9 +38,6 @@ details on these changes. * The ``URLIZE_ASSUME_HTTPS`` transitional setting will be removed. -* The ``SIGNED_COOKIE_LEGACY_SALT_FALLBACK`` transitional setting will be - removed. - * Using a percent sign in a column alias or annotation will raise ``ValueError``. @@ -81,6 +78,9 @@ details on these changes. * The ``USE_BLANK_CHOICE_DASH`` transitional setting will be removed. +* The ``SIGNED_COOKIE_LEGACY_SALT_FALLBACK`` transitional setting will be + removed. + * The ``Field.get_placeholder_sql`` shim over the deprecated ``get_placeholder`` method will be removed. -- cgit v1.3