The trick to this is creating a custom field and overloading pre_save
. Pay special attention to the self.attname
member that is set to the value. The source for DateField
is a good example. Make sure that if you add any new attributes to the field in it's __init__
method you also add a corresponding deconstruct
method.
No comments:
Post a Comment