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
This commit is contained in:
Gary Wilson Jr 2009-03-30 23:30:33 +00:00
parent 4378af21b6
commit 5c9d54344c
1 changed files with 0 additions and 3 deletions

View File

@ -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``