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:
parent
4378af21b6
commit
5c9d54344c
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue