2005/11/20, Patrick Lewis <[EMAIL PROTECTED]>: > > The best I can come up with is to use SQLObjects 'magic attributes' > functionality to fake the foreign key reference. An example:
That's what I finally did, thanks. The basic identity model works just fine for my project, so I thought that subclassing IdentityProvider will be too much work. But I think that putting TG models in a different registry makes it unnessesarily difficult, unless SQLObject has some magic function to change it... Maybe a better way will be just use "TG" prefix for TurboGear models? The tables have tg_ prefix anyway... -- Ksenia

