> I mean that I find the user in _thread_locals wen I work with > managers, but python complains > the user is not in _thread_locals when the 'receiver' is run, so I > desumed it's becouse is not > run in the same thread. You thing this is wrong?
My fault here, I was reinstantiating locals() rather than using the same instance created by the middleware. Problem solved. sandro *:-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

