diff options
| author | Bakdolot <80908236+Bakdolot@users.noreply.github.com> | 2023-02-07 19:18:58 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 14:18:58 +0100 |
| commit | 5f3c7b7e1d059397e915bfa71409b49648b5d524 (patch) | |
| tree | 4c7ddf87e3b3b0788f670aba3b6657c8aa0b24c5 /docs | |
| parent | ae1fe72e9b1f5fe3b05e5b670bd0c205cd305e71 (diff) | |
Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing() method.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 8146f3bb67..a6f827e472 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -240,7 +240,8 @@ backends. Miscellaneous ------------- -* ... +* The ``instance`` argument of the undocumented + ``BaseModelFormSet.save_existing()`` method is renamed to ``obj``. .. _deprecated-features-5.0: |
