Skip to content

Commit

Permalink
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton authored Jul 28, 2023
1 parent f9c5958 commit af0c5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ can use :exc:`django.core.exceptions.ObjectDoesNotExist` to handle
~~~~~~~~~~~~

.. method:: create(**kwargs)
.. method:: acreate(*args, **kwargs)
.. method:: acreate(**kwargs)

*Asynchronous version*: ``acreate()``

Expand Down

0 comments on commit af0c5ca

Please sign in to comment.