django AuditTrail vs Reversion
问题 I am working on an new web app I need to store any changes in database to audit table(s). Purpose of such audit tables is that later on in a real physical audit we can asecertain what happened in a situation, who edited what and what was the state of db at the time of e.g. a complex calculation. So mostly audit table will be written and not read. Report may be generated though sometimes. I have looked for available solution AuditTrail - simple and that is why I am inclining towards it, I can