Ahh - I see my mistake here - it’s still a sequencing issue.
It’s the save_related
method you want to override, not save_model
. Call super for it, and then do your island test.
Ahh - I see my mistake here - it’s still a sequencing issue.
It’s the save_related
method you want to override, not save_model
. Call super for it, and then do your island test.