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:
parent
12ebd9a1ac
commit
a52a2b6678
@ -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()``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user