Re: [sqlalchemy] backref list empy

2010-08-09 Thread Michael Bayer
On Aug 9, 2010, at 5:13 AM, zzer0 wrote: > Hi there. > > I have 2 declarative_base classes: Person and Inquiry. I have created > a relationship in Inquiry with a backref to Person. > When observing the an Inquiry object the person variable correctly > points to Person, however when observing Per

[sqlalchemy] backref list empy

2010-08-09 Thread zzer0
Hi there. I have 2 declarative_base classes: Person and Inquiry. I have created a relationship in Inquiry with a backref to Person. When observing the an Inquiry object the person variable correctly points to Person, however when observing Person objects I always get an empty list in inquiries var