Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1170:af104fa52746
Added some words to the installation doc about choosing backends.
Added hyperdb Class.filter unit tests - gadfly currently fails
substring searching, but I knew it would :(
Lots of fixes to the RDBMS backend - it works a treat now!
A couple of other cleanups in CGI land...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Sep 2002 02:37:41 +0000 |
| parents | 7b448a2425fd |
| children | cb35cf3db0e0 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Sep 18 22:26:07 2002 +0000 +++ b/roundup/cgi/templating.py Thu Sep 19 02:37:41 2002 +0000 @@ -445,7 +445,7 @@ def __getitem__(self, item): ''' return an HTMLProperty instance ''' - #print 'HTMLItem.getitem', (self, item) + #print 'HTMLItem.getitem', (self, item) if item == 'id': return self._nodeid
