#454 closed defect (fixed)
'app' instead of 'module' in django-admin.py --help
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django-admin.py --help says that for 'sql' command it requires an 'app' specified. But in fact it wants module there.
Not sure about install though. Should every module be installed separately or is it really for the whole app?
Change History (3)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in [607].