On Tue, Nov 18, 2008 at 2:19 PM, guistebal <[EMAIL PROTECTED]> wrote: > > Just a proposal : I wanted to keep all Identity stuff unchanged but > using my already existing tables, i.e. only identity model needs to be > adapted. > > The problem is that, in this case, when we define 'users' relation in > Group, primaryjoin and secondaryjoin must be defined... which is > easier when User class is defined before Group class. To switch those > two classes does not change anything and it would help in this case.
the model for repoze.what (replacement for tgrepoze.who) uses SA declarative by default which makes this a ton easier. but this is currently only available in tg2b1 and trunk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

