#6017: order of django-admin.py options matters, but shouldn't
----------------------------------------+-----------------------------------
Reporter: toddobryan | Owner: nobody
Status: new | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords:
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Comment (by russellm):
This patch is close - probably close enough that I would consider
committing it as is. There is one niggling problem: if you use --help on a
command, you get the help for the core options output twice. If you read
the output, it is showing two possible usages - ./manage.py --help, and
./manage.py command --help. This is reasonable, but it might be nice to
prevent the './manage.py --help' case getting displayed when the user is
explicitly asking for command specific help.
If I can't think of a way to fix this in the next few days, I'll probably
commit as is - the bug (such as it is) is present in the current trunk, so
it's not being introduced by this patch, and it would be good to dispatch
the bug that _is_ fixed by this patch. However, I'll wait until I'm not so
sleep deprived before I make that call.
--
Ticket URL: <http://code.djangoproject.com/ticket/6017#comment:6>
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
-~----------~----~----~----~------~----~------~--~---