On Jun 26, 10:45 am, Paul Bowsher <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Been using
> Rails for a while (not by choice) and it's a joy to get back into
> Django.

Welcome back ;)

> render_to_response is a great shortcut, however in my opinion it's let
> down by not supporting request.

render_to_response(context_instance=RequestContext(request))
Convoluted, and it means having to import RequestContext, but it is
possible.

I agree, an official shortcut would be good. This comes up at least
daily on IRC, with the usual response being 
http://www.djangosnippets.org/snippets/3/


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

Reply via email to