diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 09:16:03 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | d5fec03dad035e88494bf55194cbbbe4b20b5e5b (patch) | |
| tree | f8c67a9f0bbd482984b683182102da82e16c00b6 /docs/ref | |
| parent | 8d695bf510154317a5f748aa5e705124e8b06001 (diff) | |
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/instances.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index c4bf8aae5f..be4ad4a4f4 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -430,10 +430,6 @@ method. See :ref:`overriding-model-methods` for more details. The model save process also has some subtleties; see the sections below. -.. deprecated:: 5.1 - - Support for positional arguments is deprecated. - Auto-incrementing primary keys ------------------------------ |
