diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 18:53:18 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-25 18:53:18 +0000 |
| commit | 7e06b69a3d1e1cdfef625bdf96f97ca5eb0eed74 (patch) | |
| tree | 5726b0c6e27e8cd0be1324e2ca4bd4b0d6503822 /docs/ref | |
| parent | ab7eabfcd1bdc51c15bf66e39ad389add4fc676d (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index d6cb4e62f3..f9c3fe7ee7 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -95,17 +95,6 @@ that ``django-admin.py`` should print to the console. Available subcommands ===================== -adminindex ----------- - -.. django-admin:: adminindex <appname appname ...> - -Prints the admin-index template snippet for the given app name(s). - -Use admin-index template snippets if you want to customize the look and feel of -your admin's index page. See :ref:`Tutorial 2 <intro-tutorial02>` for more -information. - cleanup ------- |
