Hello! For one of our models, I've defined a custom implementation for `__init__`. Since it should largely behave the same as the default constructor, it delegates to `_declarative_constructor`, and then runs some extra code. However, this feels like relying on some of the internals of SQLAlchemy. Is there a preferred way to implement this?
Thanks Michael -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
