From 7e06b69a3d1e1cdfef625bdf96f97ca5eb0eed74 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 25 Aug 2008 18:53:18 +0000 Subject: 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 --- docs/man/django-admin.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/man') diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 6b58c9183b..7f65fd0644 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -18,9 +18,6 @@ script found at the top level of each Django project directory. .sp .SH "ACTIONS" .TP -.BI "adminindex [" "appname ..." "]" -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 -- cgit v1.3