Opened 16 years ago
Closed 16 years ago
#10316 closed (wontfix)
`ping_google` missing from django_bash_completion script
Reported by: | John-Scott Atlakson | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | django_bash_completion-r9503.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The rationale here is that most users will have django.contrib.auth
installed, but most probably won't have sitemaps
or gis
.
Note:
See TracTickets
for help on using tickets.
I would think that since the
ping_google
command is part of the contrib.sitemaps management commands, it might not belong in the default core bash completion command. But if that logic were true, thecreatesuperuser
management command from contrib.auth wouldn't be part of the bash completion.If that's the case, then the other management commands should be considered as well. The only other one missing is
ogrinspect
from contrib.gis.