Closed kietheros closed 9 months ago
def get_related_objects(self): return []
This library does not support cascading delete related objects. Why don't you implement this function ?
Hi @kietheros The latest version is already support the on_delete attribute with cascade and other options.
on_delete
def get_related_objects(self): return []
This library does not support cascading delete related objects. Why don't you implement this function ?