django-safedelete 1.4.0
0
Mask your objects instead of deleting them from your database.
Contents
Mask your objects instead of deleting them from your database.
Stars: 676, Watchers: 676, Forks: 122, Open Issues: 50The makinacorpus/django-safedelete
repo was created 11 years ago and the last code push was 5 months ago.
The project is popular with 676 github stars!
How to Install django-safedelete
You can install django-safedelete using pip
pip install django-safedelete
or add it to a project with poetry
poetry add django-safedelete
Package Details
- Author
- Korantin Auguste
- License
- BSD
- Homepage
- https://github.com/makinacorpus/django-safedelete
- PyPi:
- https://pypi.org/project/django-safedelete/
- GitHub Repo:
- https://github.com/makinacorpus/django-safedelete
Classifiers
Related Packages
Errors
A list of common django-safedelete errors.
Code Examples
Here are some django-safedelete
code examples and snippets.
GitHub Issues
The django-safedelete package has 50 open issues on GitHub
- Version of dumpdata that includes soft deleted models
- Adding SafeDeleteCascadeControlModel
- Alert user when uniqueness violated by deleted object
- delete/undelete for SoftDeleteQuerySet implemented via bulk_update
- Annotate counts deleted objects
- Bug When Counting Objects Undeleted by the Admin
- Have overwritten delete method mirror collector return from original delete method.
- Add hard delete action
- Typo in comment
- Proposal to solve #118