Mercurial > p > roundup > code
changeset 2411:7ff0a0306877
another TODO
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 04:52:19 +0000 |
| parents | 52c8324d1539 |
| children | 15f3a6211a2d |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Wed Jun 09 04:51:07 2004 +0000 +++ b/roundup/cgi/templating.py Wed Jun 09 04:52:19 2004 +0000 @@ -8,6 +8,10 @@ - Add class.find() too - NumberHTMLProperty should support numeric operations - LinkHTMLProperty should handle comparisons to strings (cf. linked name) +- HTMLRequest.default(self, sort, group, filter, columns, **filterspec): + """Set the request's view arguments to the given values when no + values are found in the CGI environment. + """ ''' __docformat__ = 'restructuredtext'
