Changes between Version 10 and Version 11 of AuditTrail
- Timestamp:
- Dec 20, 2007, 6:41:13 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AuditTrail
v10 v11 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 working in multiple production sites, but is still incomplete. 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.''' The code below requires an SVN checkout as of r6269 or later. 4 4 5 5 == Usage ==