0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00

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

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