> > I added get, get_by, and table attributes to Visit, VisitIdentity, and > > User. I don't like this monkey patching, but it's what I've got to do > > to get it working for now. > > actually this is not a bug the get_by method is provided by the ActiveMapper > class, a diferent approach which is cleaner IMO is to extend the > SAIdentityProvider, please take a look at a newer thread where I post how to > do it.
Actually, I would call this a bug. A very small modification to the standard SAIdentityProvider is neccessary to make it not rely on get_by on the class. See this thread: http://groups.google.com/group/turbogears/browse_frm/thread/971b35d531950117/61bae96d2767be41?lnk=gst&q=reliance&rnum=1#61bae96d2767be41 Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

