DEV Community

Discussion on: Django Reversion + Wagtail = magic

Collapse
 
serpiko profile image
serpiko

Ok found I can override dispatch method for actions after Edit button is clicked from an item on the ModelAdmin IndexView.
Also can override form_valid method also inside the wagtail_hook class for my model, for actions with the changed fields on the EditView form, I needed to sync this info back to another corporate service API