Django & Soft Deletion: Implementation architecture Django & Soft Deletion: Implementation architecture django django

Django & Soft Deletion: Implementation architecture


Why not to use active/deleted/status flags on the specific models where it is needed and do it this way? Or check the app django-reversion, there is probably everything you will need ;)