I need to implement auditing for my models. The current plan is to listen for the post_save() signal and dump the current values of the instance to an external database.
The only problem is that I need to store the request.user with this data, and I don't see any way to capture that, since it appears to be completely out of scope. Is there any clean way to get that? Thanks, 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 to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.