﻿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
18387	Provide a way to skip sys.exit() when using call_command()	Claude Paroz	nobody	"When running a management command from Python code with call_command, any !CommandError raised in the execute method will call sys.exit(1). This is not always desirable, so we should provide a way to call call_command without this flaw.

This should also allow us to fix issues like #10200 painlessly."	New feature	closed	Core (Management commands)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
