[sqlalchemy] Re: _dependency_processor Attribute Error Bug in orm.dependency with viewonly many to many relationships

2009-08-17 Thread Philip Jenvey
On Aug 17, 2009, at 12:01 PM, chris e wrote: I'm not sure if this affects S.A 0.6. It appears that orm.properties.RelationProperty. _post_init does not create a _dependency_processor attribute if the relation is viewonly. Line1016: if not self.viewonly:

[sqlalchemy] Re: _dependency_processor Attribute Error Bug in orm.dependency with viewonly many to many relationships

2009-08-17 Thread chris e
Ticket created: #1507 Chris On Aug 17, 12:49 pm, Philip Jenvey pjen...@underboss.org wrote: On Aug 17, 2009, at 12:01 PM, chris e wrote: I'm not sure if this affects S.A 0.6. It appears that orm.properties.RelationProperty. _post_init does not create a _dependency_processor