On Sep 14, 2007, at 4:04 PM, Mike Orr wrote:

Is it OK to put arbitrary attributes on the request object?  That's
what Quixote would do, and they nicely disappear when the request is
over.

Generally, I'd say no... as the request should map to the request. The 'c' object is around during one request, and is global. While its intended for passing objects to the template context, I see no harm in having other attributes on it. Plus, its quite possible you might want to get to whatever the request local object is inside a template.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to