[sqlalchemy] Re: M2M relationship

2008-07-13 Thread satoru
i'm sorry for my misleading reply;( i was kind of too sleepy last night;P On Jul 13, 5:29 pm, Heston James - Cold Beans [EMAIL PROTECTED] wrote: Hi Michael, declarative places a convenience __init__ that installs keywords as   attributes, but you're free to override this constructor with

[sqlalchemy] Re: M2M relationship

2008-07-12 Thread satoru
i guess you just shouldn't override the constructor of DeclartiveBase, because it did some keyword args magic inside the constructor. On Jul 12, 12:20 am, Heston James - Cold Beans [EMAIL PROTECTED] wrote: if u look up the stacktrace/traceback, u'll see which statement in your own code