Ticket #9946: remove-redundant.txt

File remove-redundant.txt, 478 bytes (added by Tim Graham, 15 years ago)

remove second redundant mention

Line 
1Index: docs/ref/contrib/admin.txt
2===================================================================
3--- docs/ref/contrib/admin.txt (revision 10002)
4+++ docs/ref/contrib/admin.txt (working copy)
5@@ -400,9 +400,6 @@
6 list_display = ('first_name', 'last_name', 'birthday')
7 list_display_links = ('first_name', 'last_name')
8
9-Finally, note that in order to use ``list_display_links``, you must define
10-``list_display``, too.
11-
12 ``list_filter``
13 ~~~~~~~~~~~~~~~
14
Back to Top