From 5c9d54344c61e72894054661d14bcc09f65b6786 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 30 Mar 2009 23:30:33 +0000 Subject: [PATCH] Fixed #9946 -- Removed redundant mention of needing to define `list_display`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10237 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin/index.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 0dff3132a5..4bea68d500 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -408,9 +408,6 @@ the change list page:: list_display = ('first_name', 'last_name', 'birthday') list_display_links = ('first_name', 'last_name') -Finally, note that in order to use ``list_display_links``, you must define -``list_display``, too. - .. _admin-list-editable: ``list_editable``