Changes between Version 7 and Version 8 of AuditTrail


Ignore:
Timestamp:
Oct 1, 2007, 7:18:58 AM (17 years ago)
Author:
George Vilches
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AuditTrail

    v7 v8  
    11= Automating an audit trail =
    22
    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.'''
     3As 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.'''
    44
    55== Usage ==
Back to Top