On 1/11/06, Maniac <[EMAIL PROTECTED]> wrote: > > Adrian Holovaty wrote: > > >You can get started, if you're willing to use the magic-removal branch. :) > > > >The event system is in that branch, in django.dispatch. > > > > > Ok. I'll get to it as soon as I could kill some more lines from ToDo on > my desktop :-)
Have you started on this yet maniac? Were you going to use threading.local() (or something similar) to store the user, or did you have something else in mind? I've got a hack that uses a thread local, middleware, and a custom Field (using it's get_default method) to save the current user. I can help get this started if you want. Joseph