From 5825fb63b4934a5eb884ba8bc52f5e5f1df277b7 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 23 Feb 2010 13:22:05 +0000 Subject: [PATCH] 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 --- docs/ref/django-admin.txt | 10 +++++----- 1 file 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.