diff options
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-model-fields.txt | 2 | ||||
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 5 |
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` ---------------- |
