You could use page = Page.selectBy(pagename =  pagename, wiki =
self._wiki)[0] and add this logic to youre wiki domain model as
wiki.get_page_by_name(pagename). See SQLObjects documentation at
www.sqlobject.org for more information on how to use the select() and
selectBy() methods.

Reply via email to