#7784: Command.__handle__ instead of Command.handle
-------------------------------------+--------------------------------------
Reporter: hvendelbo | Owner: nobody
Status: closed | Milestone:
Component: Core framework | Version: SVN
Resolution: wontfix | Keywords: commands
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
* milestone: 1.0 alpha =>
Comment:
Firstly, please do not assign milestones to your own tickets. It certainly
isn't 1.0-alpha importance.
Secondly, you don't really explain what you're talking about here beyond
just renaming a method. Management commands are always going to be run via
`django-admin.py`, by definition. So using the common base class makes
things easy in a lot of ways. If you also want to be able to run it
separately write it separately and add the wrapper class for management
support, but that's hardly going to be a common case.
Closing as wontfix, since I don't see any benefit at all here. If you want
to go further with this, please start a thread on django-dev explaining in
a bit more detail what the problem is that you're trying to solve.
--
Ticket URL: <http://code.djangoproject.com/ticket/7784#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---