Changes between Initial Version and Version 1 of Ticket #766


Ignore:
Timestamp:
Nov 10, 2005, 9:40:42 AM (19 years ago)
Author:
hugo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #766 – Description

    initial v1  
    11Subj, to use like shown below. It allows to include html in object list. Patch against revision 1153, change is in function items_for_result.
    22
     3{{{
     4#!python
    35class Policy(meta.Model):
    46        subject = meta.CharField(maxlength=100)
     
    1416                                        list_display = ('subject', 'date_added', 'link_view'),
    1517                                )
     18}}}
Back to Top