Re: Per request internal variables

2007-07-06 Thread PoBK
On Jul 6, 6:05 pm, PoBK <[EMAIL PROTECTED]> wrote: Ah crap... Wrong list. Sorry folks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develope

Per request internal variables

2007-07-06 Thread PoBK
I've got a case for passing an object between various components within my framework. The basic concept is similar to the way Mod_Python does things, where I can add an attribute to the request instance and that attribute will persist accross the current request only irrespective of which handler