Fixed #12800 -- Clarified the text describing the palettes available to django-admin.py, and when they will be used. Thanks to rasmus and Karen Tracey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a555df4c06
commit
5825fb63b4
|
@ -1002,10 +1002,10 @@ Extra niceties
|
||||||
Syntax coloring
|
Syntax coloring
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
The ``django-admin.py`` / ``manage.py`` commands that output SQL to
|
The ``django-admin.py`` / ``manage.py`` commands will use pretty
|
||||||
standard output will use pretty color-coded output if your terminal
|
color-coded output if your terminal supports ANSI-colored output. It
|
||||||
supports ANSI-colored output. It won't use the color codes if you're
|
won't use the color codes if you're piping the command's output to
|
||||||
piping the command's output to another program.
|
another program.
|
||||||
|
|
||||||
The colors used for syntax highlighting can be customized. Django
|
The colors used for syntax highlighting can be customized. Django
|
||||||
ships with three color palettes:
|
ships with three color palettes:
|
||||||
|
@ -1013,7 +1013,7 @@ ships with three color palettes:
|
||||||
* ``dark``, suited to terminals that show white text on a black
|
* ``dark``, suited to terminals that show white text on a black
|
||||||
background. This is the default palette.
|
background. This is the default palette.
|
||||||
|
|
||||||
* ``light``, suited to terminals that show white text on a black
|
* ``light``, suited to terminals that show black text on a white
|
||||||
background.
|
background.
|
||||||
|
|
||||||
* ``nocolor``, which disables syntax highlighting.
|
* ``nocolor``, which disables syntax highlighting.
|
||||||
|
|
Loading…
Reference in New Issue