Opened 16 years ago

Closed 16 years ago

#7194 closed (fixed)

django-admin documentation typo (verbosity flag)

Reported by: jhlywa <jhlywa@…> 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)

django-admin.txt.diff (1.3 KB ) - added by jhlywa <jhlywa@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by jhlywa <jhlywa@…>, 16 years ago

Attachment: django-admin.txt.diff added

comment:1 by Jeff Anderson, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7621]) Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa

Note: See TracTickets for help on using tickets.
Back to Top