﻿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
17625	Management command docs should mention underscore prefix	murphyke	Grzegorz Nosek	"The documentation for custom management commands should mention how to exclude source files from being listed or used as management commands.  I've confirmed that the dev docs do not mention this.

Looking at the (1.3) source code for django.core.management, I see that files prefixed with underscores (""_"") are ignored or prevented from being considered as management commands.

Being able to do so is occasionally important, as when several commands depend on a helper class.

Reference: https://docs.djangoproject.com/en/dev/howto/custom-management-commands/"	Uncategorized	closed	Documentation	1.4-alpha-1	Normal	fixed		chomik	Ready for checkin	1	0	0	0	1	0
