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 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


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to