No, this is meant to go at the end of a long view function
def index(request):
    # Lots of code
    render_to_response_with_req(request, 'home/index.html', {'a': 'dict'})

etc.

On 6/27/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
>
>
> On 6/26/07, Paul Bowsher <[EMAIL PROTECTED]> wrote:
> >
> > render_to_response is a great shortcut, however in my opinion it's let
> > down by not supporting request. I see this has been discussed a bit on
> > the ticket, however that's more in respect to replacing the existing
> > shortcut.
>
> Isn't this just the 'direct_to_template' generic view?
>
> Yours,
> Russ Magee %-)
>
> >
>


-- 
Paul Bowsher

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