﻿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
32667	Clarify about tags on BaseCommand.require_system_checks	Abhyudai	Abhyudai	"The current documentation regarding [https://docs.djangoproject.com/en/3.2/howto/custom-management-commands/#django.core.management.BaseCommand.requires_system_checks/ requires_system_checks] mention `Tags` but it isn't very clear where `Tags` come from. I'm just quoting the documentation here for easy of conversation.

> A list or tuple of tags, e.g. [Tags.staticfiles, Tags.models]. System checks registered in the chosen tags will be checked for errors prior to executing the command. The value '__all__' can be used to specify that all system checks should be performed. Default value is '__all__'.

I didn't exactly find a definition on that page.

Digging into the source, I found that `Tags` actually come from `django.core.registry.check`. I think it would be worthwhile mentioning the actual reference here. I could potentially make the documentation more clear.

If acceptable, I would be willing to make the patch for it."	Cleanup/optimization	closed	Core (System checks)	3.2	Normal	fixed	documentation		Accepted	1	0	0	0	1	0
