diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-07 06:58:14 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-08-07 06:58:14 +0000 |
| commit | 72dc12ed06ae45e49c79b8fd257e1b1589b3fad2 (patch) | |
| tree | c0326c00f2d5fc3eb27ab288f1d4aa8c2d977cff /docs/ref | |
| parent | 7e06065d8b4b725330440e785accba243748da81 (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index e3ccda22a5..83aa97240c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 ============== |
