mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
This commit is contained in:
parent
f9c5958b8f
commit
af0c5caff7
@ -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()``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user