On Tuesday 20 March 2007 12:30, Jorge Godoy wrote: > "Diez B. Roggisch" <[EMAIL PROTECTED]> writes: > > You stumbled over one of the less-intuitive corners of SO, which I > > personalyl don't understand either - there should be ways to implement > > that different. > > > > However, in the moment you have to do it like this: > > > > accounts = MTAccount.select(MTAccount.q.userID == > > identity.current.user.id) > > Hmmm... I don't remember if it has to be like that or in newer versions > you can ommit the "id"s. I believe that with newer versions it is > possible. At least, out of identity, it looks like it is possible.
You are right, with 8.0 it works. But it might be that the 7.x-series doesn't support it, until recently. 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 -~----------~----~----~----~------~----~------~--~---

