Running with 0.2x (rev 1645) __init__ on my mapped classes is no longer being called. I note that __new__ is used in 0.2x, but __init__ is not called after it returns, so is it the intention for >0.2x that any object setup that was done in __init__ needs to be moved to __new__?
Robert _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

