﻿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
25439	Add `SUCCESS` style to termcolor palettes	Matt Deacalion Stevens	nobody	"I've just created a management command that shows if something was successful or whether an error was encountered trying to perform the task. I looked at the palettes in ""django/utils/termcolors.py"" to find a bold red for displaying the error and found it was called ""ERROR"".

However, the only bold green style I found was ""MIGRATE_SUCCESS"", but it feels odd using this in my management command since it has nothing to do with migrations.

Could I add a generic ""SUCCESS"" style that is the same as ""MIGRATE_SUCCESS"" or should these styles not be used by third party management commands?

Edit: added a screencap of all the styles."	New feature	closed	Utilities	dev	Normal	fixed	termcolor termcolour colors colours		Ready for checkin	1	0	0	0	0	0
