> render_to_response('template', *args, **kwargs):
> kwargs looks like a dictionary but if I refer to a dictionary, it is
> ignored:
>
> In
>    names = {}
>    names['my_name'] = "somename"
>    render_to_response('template.html', names)
>
> names is equivalent to {'my_name': 'somename'}, so I would expect the
> render_to_response to work - but it doesn't: why?

http://en.wikipedia.org/wiki/Varargs#Variadic_functions_in_Python


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