Commit 9d808c14 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define `list_display`.

Backport of r10237 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 9bbf9411
Loading
Loading
Loading
Loading
+28 −31
Original line number Diff line number Diff line
@@ -400,9 +400,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.

``list_filter``
~~~~~~~~~~~~~~~