﻿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
25264	Misleading list of options available for manage.py commands	Maxime Lorant	Jan Szoja	"Every commands has some options available, since the `BaseCommand` initialize some options to the options parser: verbosity, settings, traceback..

However, this can be misleading, because these arguments are not used by every commands and sometimes this choice is ''by design''. For example, the `runserver` command does not use the `verbosity` option, and it has been explained why only there: https://code.djangoproject.com/ticket/15132

I think the framework should not show generic options that are not used in the current commands (through an explicit list of generic options ignored or an explicit list of commands used ?)"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed		Jan Szoja	Ready for checkin	1	0	0	0	0	0
