summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-06 08:09:58 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 11:49:15 +0100
commit490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch)
tree12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/howto
parentea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff)
downloaddjango-490cccbe7e83874923b276eed26cc23b0db5ebb9.tar.gz
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-model-fields.txt2
-rw-r--r--docs/howto/deployment/checklist.txt5
2 files changed, 0 insertions, 7 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt
index fed4b57c32..15ddb65af8 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -319,8 +319,6 @@ reconstructing the field::
Field attributes not affecting database column definition
---------------------------------------------------------
-.. versionadded:: 4.1
-
You can override ``Field.non_db_attrs`` to customize attributes of a field that
don't affect a column definition. It's used during model migrations to detect
no-op ``AlterField`` operations.
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
index 53584c89ad..6f98a2230e 100644
--- a/docs/howto/deployment/checklist.txt
+++ b/docs/howto/deployment/checklist.txt
@@ -70,11 +70,6 @@ If rotating secret keys, you may use :setting:`SECRET_KEY_FALLBACKS`::
Ensure that old secret keys are removed from ``SECRET_KEY_FALLBACKS`` in a
timely manner.
-.. versionchanged:: 4.1
-
- The ``SECRET_KEY_FALLBACKS`` setting was added to support rotating secret
- keys.
-
:setting:`DEBUG`
----------------