On Oct 30, 7:31 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 10/30/07, Ben <[EMAIL PROTECTED]> wrote: > > > I'm trying to create an audit trail for a particular model, capturing > > all changes made on the objects. > > You might want to read this: > > http://code.djangoproject.com/wiki/AuditTrail
Actually, that's given me ideas but I can't seem to work out how to do what I want. That works by simply storing the values after the change each time the model is updated. However, I don't seem to have both the before and after values in a single method, they are the same before and after the parent save() call. Using signals seems to have this problem as well, I can't compare the before and after values at any one time. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

