<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -449,9 +449,5 @@ uses a template variable called ``app_list``. That variable contains every
 installed Django app. Instead of using that, you can hard-code links to
 object-specific admin pages in whatever way you think is best.
 
-Django offers another shortcut in this department. Run the command ``python
-manage.py adminindex polls`` to get a chunk of template code for inclusion in
-the admin index template. It's a useful starting point.
-
 When you're comfortable with the admin site, read :ref:`part 3 of this tutorial
 &lt;intro-tutorial03&gt;` to start working on public poll views.</diff>
      <filename>docs/intro/tutorial02.txt</filename>
    </modified>
    <modified>
      <diff>@@ -18,9 +18,6 @@ script found at the top level of each Django project directory.
 .sp
 .SH &quot;ACTIONS&quot;
 .TP
-.BI &quot;adminindex [&quot; &quot;appname ...&quot; &quot;]&quot;
-Prints the admin\-index template snippet for the given app name(s).
-.TP
 .BI cleanup
 Cleans out old data from the database (only expired sessions at the moment).
 .TP</diff>
      <filename>docs/man/django-admin.1</filename>
    </modified>
    <modified>
      <diff>@@ -95,17 +95,6 @@ that ``django-admin.py`` should print to the console.
 Available subcommands
 =====================
 
-adminindex
-----------
-
-.. django-admin:: adminindex &lt;appname appname ...&gt;
-
-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 &lt;intro-tutorial02&gt;` for more
-information.
-
 cleanup 
 -------
 </diff>
      <filename>docs/ref/django-admin.txt</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ _django_completion()
     # Standalone options
     opts=&quot;--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version --locale --domain&quot;
     # Actions
-    actions=&quot;adminindex createcachetable createsuperuser compilemessages \
+    actions=&quot;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</diff>
      <filename>extras/django_bash_completion</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>django/core/management/commands/adminindex.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e310835e849b36c588f7b045e2b9d95cedad9262</id>
    </parent>
  </parents>
  <author>
    <name>jacob</name>
    <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </author>
  <url>http://github.com/kkubasik/django/commit/ae6eaf27a3b076bc3b54f5f6404b3262e13275fa</url>
  <id>ae6eaf27a3b076bc3b54f5f6404b3262e13275fa</id>
  <committed-date>2008-08-25T11:53:18-07:00</committed-date>
  <authored-date>2008-08-25T11:53:18-07:00</authored-date>
  <message>Removed outdated &quot;adminindex&quot; 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</message>
  <tree>5726b0c6e27e8cd0be1324e2ca4bd4b0d6503822</tree>
  <committer>
    <name>jacob</name>
    <email>jacob@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </committer>
</commit>
