Function signature for acreate has `*args`, which the underlying function
doesn't accept. create also doesn't ordinarily accept args.
Fix here: https://github.com/django/django/pull/17123
--
Ticket URL: <https://code.djangoproject.com/ticket/34749>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34749#comment:1>
* stage: Accepted => Ready for checkin
Comment:
Thanks for the report.
For the future, a ticket is not required for such small cleanups.
--
Ticket URL: <https://code.djangoproject.com/ticket/34749#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"af0c5caff72e5ffda4dff708a57e37ae4778197d" af0c5ca]:
{{{
#!CommitTicketReference repository=""
revision="af0c5caff72e5ffda4dff708a57e37ae4778197d"
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34749#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"a52a2b6678ea2e35d86d97735d936e9b7bf73474" a52a2b66]:
{{{
#!CommitTicketReference repository=""
revision="a52a2b6678ea2e35d86d97735d936e9b7bf73474"
[4.2.x] Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
Backport of af0c5caff72e5ffda4dff708a57e37ae4778197d from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34749#comment:4>