Show deleted entries in Django Simple History
The django-simple-history package is awesome as it shows you all the activity on a certain Django model object. It allows seeing how it was mutated over time and who changed it. However, there is one caveat: you cannot easily see what objects were de...
deepintodjango.com2 min read
Peter Mwangi
Systems Administrator
A very interesting read. I will definitely use this in an upcoming project.