summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-06-17 14:38:10 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-06-17 17:32:26 -0400
commitcf889381ffec9220ca9d7a8eccef0e06b903fa38 (patch)
treee057d9d91395d8616b37a61fb94ec771c000fdde
parente4527156866cb96edf881023b14cb7a6f25d7f51 (diff)
Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FALLBACK.
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 3 insertions, 3 deletions
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.