san4ezy / django_softdelete

MIT License
79 stars 21 forks source link

chore: add `hard_delete` method to `DeletedQuerySet` #48

Open ksylvan opened 2 weeks ago

ksylvan commented 2 weeks ago

Fix for https://github.com/san4ezy/django_softdelete/issues/47

Now the Django Admin pages can hard-delete selected objects without running into the error:

AttributeError: 'DeletedQuerySet' object has no attribute 'hard_delete'