summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-02-23 13:22:05 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-02-23 13:22:05 +0000
commit5825fb63b4934a5eb884ba8bc52f5e5f1df277b7 (patch)
tree16ce0a4a7a1a51d557bac4c623bc69f31070c12d /docs/ref/django-admin.txt
parenta555df4c065c9733e1cd459b31dbb4574501ddf7 (diff)
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
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 1d02d56507..57e745f1f7 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1002,10 +1002,10 @@ Extra niceties
Syntax coloring
---------------
-The ``django-admin.py`` / ``manage.py`` commands that output SQL to
-standard output will use pretty color-coded output if your terminal
-supports ANSI-colored output. It won't use the color codes if you're
-piping the command's output to another program.
+The ``django-admin.py`` / ``manage.py`` commands will use pretty
+color-coded output if your terminal supports ANSI-colored output. It
+won't use the color codes if you're piping the command's output to
+another program.
The colors used for syntax highlighting can be customized. Django
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
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.
* ``nocolor``, which disables syntax highlighting.