Lee McFadden wrote: > On 2/8/06, Michele Cella <[EMAIL PROTECTED]> wrote: > > > > I suspected this, when I get home late today I will make a wiki page > > that lists some of the new feature you can use (for those running 0.9) > > to make your code more pleasant. :-) > > > > In the words of Mr. Burns: "Eeeeexcelent, Smithers!"
LOL I should really sleep now, the wiki page can wait. Anyway some of the things that comes to mind: - Use @validate for validating forms and validators - Instead of using HTTPRedirect + turbogears.url you can now use the turbogears.redirect function (that already uses the url function) and you can call it as a normal function or using raise - You can now remove hub.begin, hub.commit, hub.end from your code (the transaction is implicit) - You can declare templates relative to the current package by using the "." prefix And without the need of a wiki page, all people should take a look here: http://trac.turbogears.org/turbogears/browser/trunk/CHANGELOG.txt Ciao Michele

