I have a CharField that is normally empty. I want to send out an e-mail notification to all managers (using mail_managers
) when the field is set to a non-empty value. Changes to this field should only happen via the admin site.
I assumed this might be something I could do via signals but I do not see an appropriate signal listed in the documentation. Any ideas?