san4ezy / django_softdelete

MIT License
79 stars 21 forks source link

How do you handle delete signals #12

Closed mogulh closed 1 year ago

mogulh commented 1 year ago

I would like to handle post delete signals , since the object is not actually deleted , pre_delete and post_delete signals are not firing, how can I go about it

andresespinosapc commented 1 year ago

How did you solved it?