mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Removed versionadded/changed annotations for 4.1.
This commit is contained in:
parent
ea92a4dc28
commit
490cccbe7e
49 changed files with 2 additions and 472 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue