﻿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
31924	Support --force-color for runserver	Zach Waggoner	nobody	Currently, the `--force-color` option doesn't work for the `runserver` management command. In my own experimentation, I was able to force color output by changing `self.style = color_style()` to `self.style = color_style(force_color=True)` in `django.utils.log.ServerFormatter`. I can of course achieve this by using my own django.server formatter class, but it would be convenient to have it built in.	New feature	closed	Core (Management commands)	3.1	Normal	invalid	runserver,force_color		Unreviewed	0	0	0	0	0	0
