Re: [sqlalchemy] M2M relationship back_populates KeyError

2018-07-02 Thread Simon King
On Mon, Jul 2, 2018 at 4:39 AM Juan wrote: > > Hi, > > I do not know if this is that I am missing something in how SQLAlchemy > works or an issue; I have read the doc and searched for an explanation > but could not find an answer. > > When appending via an intermediate table, a M2M relationship

[sqlalchemy] M2M relationship back_populates KeyError

2018-07-01 Thread Juan
Hi, I do not know if this is that I am missing something in how SQLAlchemy works or an issue; I have read the doc and searched for an explanation but could not find an answer. When appending via an intermediate table,  a  M2M relationship behaves differently wether I use the back_populates