Displaying 1 result from an estimated 1 matches for "fdcb1788".
2006 Mar 14
7
Overriding new or create for a model
I have a model where I need to calculate one of the fields when I create
a new instance. It seems to me that I should do this in the model code
and that I should override the new and/or create methods.
Is this the right approach and, if so, how can I execute the existing
method but add on my calculation?
I want something like:
def create
-Do the original create first-
field =