I\'m having a problem because I\'m deleting a Widget by using some_widget_instance.delete(). I also have a model called WidgetFile with an override delete() method so that I
Just to throw in a possible way around this problem: pre-delete signal. (Not in any way implying there's no actual solution.)