Commit 5c9d5434 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent 4378af21
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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``