Opened 14 years ago
Closed 14 years ago
#16849 closed Bug (fixed)
loaddata - --help text incorrect?
| Reported by: | Daniele Procida | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
manage.py loaddata --help says: Verbosity level; 0=minimal output, 1=normal output, 2=all output
However, an error message also says: option -v: invalid choice: '4' (choose from '0', '1', '2', '3')
-v 3 does seem to work.
Does the --help text need to be amended?
Change History (3)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Type: | Uncategorized → Bug |
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
A verbosity level of 3 is used to output a couple of messages in the commands loaddata and syncdb.