On 7/24/06, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > In identity/saprovider.py - I changed > "visit_class.get_by(visit_key=self.visit_key)" to > "session.query(visit_class).get_by(visit_key=self.visit_key)" (and the > same for other classes). That seemed sufficient and it doesn't hurt > ActiveMapper classes. Of course, unless this makes it into TG source > code, I have to make this change myself each time I upgrade TG.
I posted a patch for this in trac, #1041 Arnar [1] http://trac.turbogears.org/turbogears/ticket/1041 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

