#34749 closed Bug (fixed)
acreate function signature in docs is incorrect
Reported by: | john-parton | Owned by: | john-parton |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/ref/models/querysets/#create
Function signature for acreate has *args
, which the underlying function doesn't accept. create also doesn't ordinarily accept args.
Change History (4)
comment:1 by , 16 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for the report.
For the future, a ticket is not required for such small cleanups.