On 23 Nov 2005, at 14:59, Afternoon wrote:
Is there a way that the request object could be exposed to custom tag code, but not the template itself?
The aim with the template system has always been to keep it de- coupled from the request/response stuff, so it can be used as a standalone component. It's hard to see how the request object could be exposed to custom tags without breaking that separation. That said, it would be enable some very neat custom template tag tricks.