Ticket #9946: remove-redundant.diff
File remove-redundant.diff, 478 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/admin.txt
400 400 list_display = ('first_name', 'last_name', 'birthday') 401 401 list_display_links = ('first_name', 'last_name') 402 402 403 Finally, note that in order to use ``list_display_links``, you must define404 ``list_display``, too.405 406 403 ``list_filter`` 407 404 ~~~~~~~~~~~~~~~ 408 405