Re: [sqlalchemy] Re: Assertion error on deleting one end of many-to-many relation

2016-03-03 Thread Mike Bayer
On 03/03/2016 07:36 AM, Lele Gaifax wrote: Simon King writes: In general I think it is not recommended to use "secondary" with a table that you have also mapped a class to. (eg. see the warning at the bottom of http://docs.sqlalchemy.org/en/rel_1_0/orm/basic_relationships.html#association-ob

[sqlalchemy] Re: Assertion error on deleting one end of many-to-many relation

2016-03-03 Thread Lele Gaifax
Simon King writes: > In general I think it is not recommended to use "secondary" with a table > that you have also mapped a class to. (eg. see the warning at the bottom of > http://docs.sqlalchemy.org/en/rel_1_0/orm/basic_relationships.html#association-object > ). Thank you for the link. > You