On Mon, Oct 20, 2008 at 9:30 PM, Chuck22 <[EMAIL PROTECTED]> wrote:
> Adding context_instance=RequestContext(request) to the method fixed
> the problem. Seems this should be done by default for
> render_to_response method. Thank you.

It would be technically impossible to do this; render_to_response has
no knowledge of the HttpRequest object (which is required for a
RequestContext) unless you explicitly pass it as an argument.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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