Open ksylvan opened 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'
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: