Changes between Version 7 and Version 8 of AuditTrail
- Timestamp:
- Oct 1, 2007, 7:18:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AuditTrail
v7 v8 1 1 = Automating an audit trail = 2 2 3 As raised in [http://groups.google.com/group/django-developers/browse_thread/thread/ab7649e4abd4e589 a recent discussion on django-developers], this code is one solution for creating an audit trail for a given model. '''This is very much incomplete, and is intended to be used as a base to work from.See [#Caveats Caveats] below for more information.'''3 As raised in [http://groups.google.com/group/django-developers/browse_thread/thread/ab7649e4abd4e589 a recent discussion on django-developers], this code is one solution for creating an audit trail for a given model. '''This is working in multiple production sites, but is still incomplete. See [#Caveats Caveats] below for more information.''' 4 4 5 5 == Usage ==