Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 2324:da4444e593f4
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 18 May 2004 01:07:25 +0000 |
| parents | 41bc4936e115 |
| children | 36ae1b14aaab |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sun May 16 21:57:04 2004 +0000 +++ b/roundup/cgi/templating.py Tue May 18 01:07:25 2004 +0000 @@ -7,6 +7,7 @@ - Multilink property additions: change_note and new_upload - Add class.find() too - NumberHTMLProperty should support numeric operations +- LinkHTMLProperty should handle comparisons to strings (cf. linked name) ''' __docformat__ = 'restructuredtext'
