-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding HARD_DELETE action for SOFT_DELETE models in Admin panel #146
Comments
Hi! I also needed the hard delete admin action in my project. I have extended the SafeDeleteAdmin class as follows:
If there is interest I can integrate my solution in the existing framework. |
@helena238 This would be great! |
Feel free to open a pull request. |
Actually this is a duplicate of #88, I'll close the older one. |
@helena238 thank you for your great improvement , where should I find hard_delete_template.html? or I myself must create it? |
It would be very helpful to be able to manually HARD DELETE objects in the admin panel which have a SOFT_DELETE or SOFT_DELETE_CASCADE policy.
Thank you for your project!
The text was updated successfully, but these errors were encountered: