Opened 17 years ago
Closed 16 years ago
#7194 closed (fixed)
django-admin documentation typo (verbosity flag)
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The django-admin documentation incorrectly states that the --verbosity flag controls the amount of input. e.g:
Use ``--verbosity`` to specify the amount of notification and debug information that ``django-admin.py`` should print to the console. - * ``0`` means no input. - * ``1`` means normal input (default). - * ``2`` means verbose input.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | django-admin.txt.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7621]) Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa