Re: [sqlalchemy] Error "object has no attribute '_sa_instance_state'" - one to many (with fixtures)

2012-05-18 Thread Michael Bayer
On May 18, 2012, at 12:08 PM, Vinz wrote: > Hi all, > I'm writing some tests for my SqlAlchemy DB using the fixtures module, > and I'm currently trying to populate a one to many relationship. > http://farmdev.com/projects/fixture/using-dataset.html#referencing-foreign-dataset-classes > > File "

[sqlalchemy] Error "object has no attribute '_sa_instance_state'" - one to many (with fixtures)

2012-05-18 Thread Vinz
Hi all, I'm writing some tests for my SqlAlchemy DB using the fixtures module, and I'm currently trying to populate a one to many relationship. http://farmdev.com/projects/fixture/using-dataset.html#referencing-foreign-dataset-classes We have a relationship between Author and Address : (very much