makinacorpus / django-safedelete

Mask your objects instead of deleting them from your database.
https://django-safedelete.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
677 stars 122 forks source link

If using django-simple-history, is this needed? #238

Closed mustafa0x closed 9 months ago

mustafa0x commented 9 months ago

Strictly speaking, safedelete is a subset of simple-history, is that correct?

So if I'm using simple-history I shouldn't need safedelete, right?

Gagaro commented 9 months ago

Yes you probably don't need it.

mustafa0x commented 9 months ago

Thanks @Gagaro!