On Dec 6, 11:19 am, "Diez B. Roggisch" <[email protected]> wrote: > Sergei Beilin schrieb: > > > Hi Diez! > > > Does is mean that current lookup() won't work in 2.1? > > If I picture the code right in my head, yes, it won't work. But it's > extremely easy to fix - just add > > @lookup > @expose(...) > def lookup(self, ...): > > to it. The same applies for default.
I'm pretty sure the @expose is redundant as the tests imply http://bitbucket.org/turbogears/tg-dev/changeset/62c3c2c378b4/ > Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

