Re: Iterating over a dictionary in templates

2009-02-08 Thread Carlos Pero
Oh excellent. New in 1.0, that makes sense. Thanks for the pointer. On Feb 5, 10:00 am, Alex Gaynor wrote: > On Thu, Feb 5, 2009 at 10:21 AM, Carlos Pero wrote: > > > Searching this group, I found a number of ways to iterate over a > > dictionary

Re: Iterating over a dictionary in templates

2009-02-05 Thread Alex Gaynor
On Thu, Feb 5, 2009 at 10:21 AM, Carlos Pero wrote: > > Searching this group, I found a number of ways to iterate over a > dictionary in a template to get access to both the key and the value. > However, none of them covered the technique mentioned in this blog > post: > >

Iterating over a dictionary in templates

2009-02-05 Thread Carlos Pero
Searching this group, I found a number of ways to iterate over a dictionary in a template to get access to both the key and the value. However, none of them covered the technique mentioned in this blog post: