Re: Getting user outside of view

2009-01-20 Thread Malcolm Tredinnick
On Tue, 2009-01-20 at 07:46 -0800, Dan wrote: > Hello, > > I am trying to make an application that can log events (changes to the > database) from other django applications. To do this i am currently > using the post_save hook and post_delete hook to get any inserts, > updates or deletes however

Getting user outside of view

2009-01-20 Thread Dan
Hello, I am trying to make an application that can log events (changes to the database) from other django applications. To do this i am currently using the post_save hook and post_delete hook to get any inserts, updates or deletes however i am unable to get the user that caused them. Is there a