Re: range in templates?

2008-05-27 Thread Mark
Not only a better place to ask...a better place to look for the answer. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: range in templates?

2008-05-27 Thread Steve Holden
Mark wrote: > I'm new to django so I apologize if after reading through the docs and > list I missed something obvious. I would like to do something like > this in a template: > > {% for index in range(10) %} > > but I can't seem to find anything that will allow this. I've become > used to the

range in templates?

2008-05-27 Thread Mark
I'm new to django so I apologize if after reading through the docs and list I missed something obvious. I would like to do something like this in a template: {% for index in range(10) %} but I can't seem to find anything that will allow this. I've become used to the idea that when something