Changes between Initial Version and Version 1 of Ticket #766
- Timestamp:
- Nov 10, 2005, 9:40:42 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #766 – Description
initial v1 1 1 Subj, to use like shown below. It allows to include html in object list. Patch against revision 1153, change is in function items_for_result. 2 2 3 {{{ 4 #!python 3 5 class Policy(meta.Model): 4 6 subject = meta.CharField(maxlength=100) … … 14 16 list_display = ('subject', 'date_added', 'link_view'), 15 17 ) 18 }}}