Re: [sqlalchemy] Add helper methods to a model class

2011-06-26 Thread Michael Bayer
On Jun 25, 2011, at 10:59 PM, Arthur Kopatsy wrote: Hi, I have seen a few related questions but never a clear answer. I have a set of core models defined using a declarative form. These models are used by multiple applications. In each application we however want to extend this model

[sqlalchemy] Add helper methods to a model class

2011-06-25 Thread Arthur Kopatsy
Hi, I have seen a few related questions but never a clear answer. I have a set of core models defined using a declarative form. These models are used by multiple applications. In each application we however want to extend this model class with helper methods. Since these methods are application