Re: how to audit which user made changes

2010-03-04 Thread Shawn Milochik
This helped me: http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email

how to audit which user made changes

2010-03-04 Thread mr tom
hi, i'm looking into using AuditTrail (http://code.djangoproject.com/wiki/ AuditTrail) for a project. it has a system of callbacks to track extra information such as which user made the changes but it only passes the current instance being modified and not the request. my question is therefore: h