1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00

[4.2.x] Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.

Backport of af0c5caff7 from main
This commit is contained in:
John Parton 2023-07-28 11:05:19 -05:00 committed by Mariusz Felisiak
parent 12ebd9a1ac
commit a52a2b6678

View File

@ -2148,7 +2148,7 @@ can use :exc:`django.core.exceptions.ObjectDoesNotExist` to handle
~~~~~~~~~~~~
.. method:: create(**kwargs)
.. method:: acreate(*args, **kwargs)
.. method:: acreate(**kwargs)
*Asynchronous version*: ``acreate()``