Is it posiible to detect what fields were changed while saving Inlines? I use save_formset method, but have no idea how to detect changed fields.
I need it to detect if image is cleared in admin.
Is it posiible to detect what fields were changed while saving Inlines? I use
Share
Retrieving the existing entry from the database and then comparing that with the entry that you are about to save is a pretty easy way to achieve this.