We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac5aca commit fdc045eCopy full SHA for fdc045e
docs/common_issues.rst
@@ -62,7 +62,7 @@ Bulk update was introduced with Django 2.2. We can use the utility function
62
63
.. code-block:: pycon
64
65
- >>> from simple_history.utils import bulk_create_with_history
+ >>> from simple_history.utils import bulk_update_with_history
66
>>> from simple_history.tests.models import Poll
67
>>> from django.utils.timezone import now
68
>>>
0 commit comments