A Django Model Manager for Soft Deleting Records and How to Customize the Django Admin

Yeah, I thought I’d write that post since before using this method, I was checking the flag each time I wanted a set of records. And I was doing that for a bunch of models. Now I can apply these managers to any new model that I create and I don’t need to worry about it anymore.

Read more comments by Greg Allard