diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 08:09:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch) | |
| tree | 12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/howto/custom-model-fields.txt | |
| parent | ea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff) | |
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/howto/custom-model-fields.txt')
| -rw-r--r-- | docs/howto/custom-model-fields.txt | 2 |
1 files changed, 0 insertions, 2 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. |
