summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-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.