Adding actions to in_place_edit

When an in_place_edit field's value has been updated I would like to do something such as sending an email. How can I add functionality to the set_{obj}_ method?

When an in_place_edit field's value has been updated I would like to do something such as sending an email. How can I add functionality to the set_{obj}_ method?

Just write the method yourself instead of leaning on in_place_edit_for ?

Fred

Yeah, I sort of came to that conclusion - not that it's that hard. Thanks.