﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23107	--no-color option won't work for output of runserver command	Hiroki Kiyohara	Areski Belaid	"The `--no-color` option won't work for output of runserver command.

{{{
python manage.py runserver --no-color
...

[26/Jul/2014 15:01:07] ""GET / HTTP/1.1"" 500 85001  # Colored
}}}

Ticket for `--no-color` feature did not include about WSGIServer https://code.djangoproject.com/ticket/19877
And, output of the WSGIServer will be colorized.
(actually output of the management command won't be colorized).
"	Bug	closed	Core (Management commands)	1.7-rc-1	Normal	fixed		areski@… Tim Graham hirokiky@…	Accepted	1	0	1	0	0	0
