﻿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
7784	Command.__handle__ instead of Command.handle	Henrik Vendelbo	nobody	"I can see why the Command class convention is highly desirable. But wouldn't it make more sense to run a command using a __call__ function rather than a handle function?

The current pattern for writing Django Commands has a Javaesque base library dependency. Given how popular commands already are today, it would be desirable to make it easy
to write commands that are independent of Django modules.

A command is a callable object with option_list, help, args attributes is a convention that would be useful in Python in general."		closed	Core (Other)	dev		wontfix	commands		Unreviewed	0	0	0	0	0	0
