Re: problem with model constructor

2009-02-12 Thread Malcolm Tredinnick
On Thu, 2009-02-12 at 17:57 -0800, azymnis wrote: > I am in a situation where I want to create a model instance from > another object. For this reason, I am trying to override the Model > constructor so that it can take an object as an argument. However, > this does not seem to work properly, sinc

problem with model constructor

2009-02-12 Thread azymnis
I am in a situation where I want to create a model instance from another object. For this reason, I am trying to override the Model constructor so that it can take an object as an argument. However, this does not seem to work properly, since after I save, I cannot access the data with the object m