Ticket #9946: remove-redundant.diff

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

remove second redundant mention

  • docs/ref/contrib/admin.txt

     
    400400        list_display = ('first_name', 'last_name', 'birthday')
    401401        list_display_links = ('first_name', 'last_name')
    402402
    403 Finally, note that in order to use ``list_display_links``, you must define
    404 ``list_display``, too.
    405 
    406403``list_filter``
    407404~~~~~~~~~~~~~~~
    408405
Back to Top