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
is currently operating on the request.
I could hack this into the GET or POST attributes of request, but that
would expose internal objects beyond the scope of application.
Does anyone know of any method of passing variables around per request
in a loosely coupled Djangonic way?
--
Richard
Ah crap... Wrong list. Sorry folks.