san4ezy / django_softdelete

MIT License
79 stars 21 forks source link

Support cascade delete #13

Closed kietheros closed 9 months ago

kietheros commented 1 year ago

def get_related_objects(self): return []

This library does not support cascading delete related objects. Why don't you implement this function ?

san4ezy commented 9 months ago

Hi @kietheros The latest version is already support the on_delete attribute with cascade and other options.