Re: [sqlalchemy] backref/back_populates question

2011-08-14 Thread Michael Bayer
On Aug 14, 2011, at 3:41 PM, cd34 wrote: > > In the code, what I'm trying to accomplish is query against AuthUser, > but, have ExtendedProfile's fields available to that query. It seemed > like back_populate should do that, but, it says (correctly) that the > AuthUser doesn't point to a mapper

[sqlalchemy] backref/back_populates question

2011-08-14 Thread cd34
I'm writing a package for Pyramid which has a base AuthUser declaration. I want to allow users that have installed the package the ability to extend the AuthUserProfile so that the Mako templates can be accessed with my subscriber which populates user. with the AuthUser properties. Currently, it d