In the tag code
change the
return self.nodelist.render(ret)
to
context.update(ret)
 return self.nodelist.render(context)


On Thu, Apr 24, 2008 at 8:48 AM, James Bennett <ubernost...@gmail.com>wrote:

>
> On Wed, Apr 23, 2008 at 6:59 PM, falcon <shahb...@gmail.com> wrote:
> >   94.         if (context.autoescape and not isinstance(output,
> >  SafeData)) or isinstance(output, EscapeData):
>
> Right there's your problem. you've ended up passing a plain dictionary
> someplace where Django was expecting you to pass an instance of
> Context.
>
>
> --
> "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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to