﻿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
25500	Add option to check command to return non-zero exit status for warnings	Jon Dufresne	nobody	"I plan to use the system check command on a CI server to catch suspicious commits. Typically, the CI server will use the exit status to determine if a command fails or passes. I noticed the check command only exits with a non-zero exit status for `ERROR` issues. I suggest adding an option to the check command to either:

* Treat warnings as errors, default to off
* Set a minimum level to fail with an error, default to `ERROR`

I'm OK with either approach if Django maintainers have a preference.

This would be similar in spirit to gcc's `-Werror` option."	New feature	closed	Core (Management commands)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
