Calling render() from within a template used in a Pylon application
fails in 0.9.7, while it worked in 0.9.6 .
In each Python file generated per template there is a line
render = context.get('render', UNDEFINED)
and render is assigned UNDEFINED.
Comparing 0.9.6 pylons.templating._update_names() with 0.9.7
pylons.templating.pylons_globals, shows that in the former 'render'
was set, but not in the latter.
This seems to be a bug, but what is the best way to workaround it?
Where are bugs reported for Pylons?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---