﻿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
12206	manage.py fails if management commands directory contains only bytecode files	anonymous	nobody	"If the django/core/management/commands directory has only bytecode files (.pyc or .pyo) instead of source files, running manage.py (or using the call_command function) will always fail with ""unknown command"".

This happens because the find_commands function in django/core/management/__init__.py only searches the commands directory for .py files.
"	New feature	closed	Core (Management commands)	1.0	Normal	duplicate			Accepted	0	0	0	0	0	0
