On 12/27/05, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > 7. Allow custom auditing methods ''without'' having to create a custom view. > > I've seen a lot of people ask for this, and I have yet to see an > explanation of how to do it ''without creating a custom view''. I've > tried quite a few things, and can't get it to work. People seem to > initially want access to the request object in _pre_save(), but of > course it doesn't work because the user object isn't available in > _pre_save/_post_save. >
I've got an initial try at a patch put together for this now. I'm not entirely happy with it, but it works. Comments are appreciated. Here's the ticket: http://code.djangoproject.com/ticket/1132 Joseph