commit | 6dc6f291eb46352de4df7dfaf10fb14369dc7fb1 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Thu Jun 12 08:50:07 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Thu Jun 12 08:50:07 2008 +0200 |
tree | d9ee483739b9e101322a4e7b0173b9f66f9cbab2 | |
parent | f3d3d7b5f5d65161290dc3173a90513235b75c16 [diff] |
Improved attribute and item lookup by allowing template designers to express the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. --HG-- branch : trunk