mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7e06065d8b
commit
72dc12ed06
8 changed files with 30 additions and 30 deletions
|
@ -962,6 +962,7 @@ that ``django-admin.py`` should print to the console.
|
|||
* ``0`` means no output.
|
||||
* ``1`` means normal output (default).
|
||||
* ``2`` means verbose output.
|
||||
* ``3`` means *very* verbose output.
|
||||
|
||||
Common options
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue