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

Support objects where a safedelete base class is not possible #73

Open voidus opened 7 years ago

voidus commented 7 years ago

A (real) Mixin would make it possible to use django-safedelete in places where using a custom base class isn't possible (for exampe in frameworks where another base class has to be used)

Gagaro commented 7 years ago

There are still a lot of things specific to Django, but that would be a first step in the right direction.