Tracking User-Based Changes in Django
Recently, our team implemented a custom solution to track user changes on a Django model. This post documents the reason, thinking, and implementation of our approach.
The Need
The Django project we work on keeps track of data in a …