Opened 8 years ago
Closed 8 years ago
#27404 closed Bug (needsinfo)
Error in function requirements reversed
Reported by: | Harry Bridge | Owned by: | |
---|---|---|---|
Component: | Error reporting | Version: | 1.10 |
Severity: | Normal | Keywords: | debug |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
When reporting an error in functions debug reports the error in reverse, so the following error:
autodiscover() takes no arguments (1 given)
should be:
autodiscover() takes 1 arguments (none given)
Note:
See TracTickets
for help on using tickets.
I think Python is generating that error message, though the steps to reproduce it are unclear. Please add details to reproduce and/or explain why Django is at fault. Thanks.