mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing() method.
This commit is contained in:
@@ -240,7 +240,8 @@ backends.
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
* ...
|
||||
* The ``instance`` argument of the undocumented
|
||||
``BaseModelFormSet.save_existing()`` method is renamed to ``obj``.
|
||||
|
||||
.. _deprecated-features-5.0:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user