Hello,
I am looking for the best way to have an history of my models (interger & float fields) in Django. I read http://stackoverflow.com/questions/1952913/keeping-a-history-of-data-changes-in-database and it seems that triggers are the best option.
My idea is to stay database agnostic if possible.
How do you approach this issues in your django code ?
TIA.