﻿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
31546	Replace Command.requires_system_checks = True by something like Command.required_system_checks = '__all__'	Hasan Ramezani	Hasan Ramezani	"Created based on Simon [https://github.com/django/django/pull/12869#discussion_r421127952 comment on the PR]

This makes me wonder if we want to replace `Command.requires_system_checks = True` by something like `Command.required_system_checks = '__all__'` that can be set to an empty list to achieve `required_system_checks = False` and allow subclasses that want only a subset to specify tags through it e.g. `required_system_checks = ['staticfiles']`. That would prevent having do to the manual and error prone `options['skip_checks'] dance`. In all cases that should be done in a different PR."	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
