Re: [sqlalchemy] Generic mixin classes and relationship

2016-04-24 Thread Simon King
> On 24 Apr 2016, at 13:50, Jimmy Thrasibule wrote: > > I'm working on a SQLAlchemy defining a bunch of mixin classes that > applications should be able to import and extend their model. > > When looking at the documentation, mixin classes are create knowing the >

[sqlalchemy] Generic mixin classes and relationship

2016-04-24 Thread Jimmy Thrasibule
I'm working on a SQLAlchemy defining a bunch of mixin classes that applications should be able to import and extend their model. When looking at the documentation