Skip to content

Commit fdc045e

Browse files
authored
Method import name typo fix (#694)
1 parent 5ac5aca commit fdc045e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/common_issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Bulk update was introduced with Django 2.2. We can use the utility function
6262

6363
.. code-block:: pycon
6464
65-
>>> from simple_history.utils import bulk_create_with_history
65+
>>> from simple_history.utils import bulk_update_with_history
6666
>>> from simple_history.tests.models import Poll
6767
>>> from django.utils.timezone import now
6868
>>>

0 commit comments

Comments
 (0)