removed loop.parent. If this variable is wanted you can get it by doing something...
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 18 Apr 2008 08:32:14 +0000 (10:32 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 18 Apr 2008 08:32:14 +0000 (10:32 +0200)
commitf64efb829328a1ec2514365571f1e1d414cfe572
treee40e01b6753cb5073c013f8933f47e5308b6d95d
parent4c81b16ccc39d59392dace6573c051985ccc2825
removed loop.parent.  If this variable is wanted you can get it by doing something like `{% parent_looo = loop %}` before the iteration

--HG--
branch : trunk
jinja2/compiler.py
jinja2/optimizer.py
jinja2/runtime.py