Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.

This commit is contained in:
John Parton 2023-07-28 11:05:19 -05:00 committed by GitHub
parent f9c5958b8f
commit af0c5caff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()``