Am 08.11.2010 14:22, schrieb Daniel Fetchinson: > I still use kid, but actually might switch to genshi if you say it's > easy with 'tgadmin kid2genshi'.
One real difference is how template inheritance works. Genshi does not use py:extends and py:layout but Xinclude and Xpath so, you will have to make some manual adaptations there. The easiest way is to quickstart a project with Genshi and copy the necessary changes from there. > By the way, does tg 1.5 still support sqlobject? My number one reason > for not porting my app to tg2 is that tg2 does not support sqlobject > anymore. SQLObject is still supported and the test suite does not report any errors even with newer SQLObject versions. But I did not test it with real-life projects since I'm only using SQLAlchemy. > I also use the sqlobject specific visit framework from tg1, in case > tg1.5 supports sqlobject, does it also support the old visit > framework? Yes, the identity and visit adapters for SQLObject are still supported. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en.
