1
0
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:
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

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