mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed outdated "adminindex" command -- the same behavior is now far easier and better done in a template, or perhaps a custom AdminSite.index
function. Refs #5500.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ab7eabfcd1
commit
7e06b69a3d
5 changed files with 2 additions and 54 deletions
|
@ -44,7 +44,7 @@ _django_completion()
|
|||
# Standalone options
|
||||
opts="--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version --locale --domain"
|
||||
# Actions
|
||||
actions="adminindex createcachetable createsuperuser compilemessages \
|
||||
actions="createcachetable createsuperuser compilemessages \
|
||||
dbshell diffsettings dumpdata flush inspectdb loaddata \
|
||||
makemessages reset runfcgi runserver shell sql sqlall sqlclear \
|
||||
sqlcustom sqlflush sqlindexes sqlreset sqlsequencereset startapp \
|
||||
|
@ -90,7 +90,7 @@ _django_completion()
|
|||
esac
|
||||
else
|
||||
case ${prev} in
|
||||
adminindex|dumpdata|reset| \
|
||||
dumpdata|reset| \
|
||||
sql|sqlall|sqlclear|sqlcustom|sqlindexes| \
|
||||
sqlreset|sqlsequencereset|test)
|
||||
# App completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue