#22835 closed Cleanup/optimization (fixed)
Deprecate NoArgsCommand
Reported by: | Claude Paroz | Owned by: | Maxime Turcotte |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Now that management command parsing is done through argparse, the NoArgsCommand
is not especially useful, as with argparse, no arguments are accepted by default except when specified by add_argument
.
Change History (9)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Has patch: | set |
---|
comment:3 by , 10 years ago
comment:5 by , 10 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
Left some cosmetic comments but staticfiles_tests
are also failing.
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 by , 10 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
Here's my PR