How to use HTTP response headers with Django render_to_response
I want to use Cache-Control but can't tell if it is working. Is the following correct:
render_to_response(templatename, {'Cache-Control':'no-cache'},context_instance=RequestContext(httpreq))