Yes, this is essentially the same topic that was discussed here: 
http://groups.google.com/group/django-users/browse_thread/thread/44ced967d9da3500
However, there has not yet been an answer, and I think this particular (and probably common) use-case renders the "write a function that accepts a user argument" untenable.

Very simple requirement:
Every time a post_save signal fires, I want to store the values of the model instance, along with the timestamp and the user who made the change.

Considering that this also applies to models from pluggable and otherwise reusable applications, it is not even sane to go and modify all the save() methods of the models and every view that uses those models. I'm looking for a way to store this information for auditing purposes.

Is this possible in Django? If the answer is 'no,' then it's 'no.' But so far I haven't heard that this is impossible, just that attempting it is somehow morally wrong.

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.

Reply via email to