Re: iterating through form.fields

2009-03-22 Thread Karen Tracey
On Sun, Mar 22, 2009 at 5:09 AM, Yaniv Haber wrote: > > Thanks. It works that way although the examples in the documentation > also show iterating through form.visible_fields which result in > nothing. This is where I came from. Any idea why that happens? > What version of Django are you using?

Re: iterating through form.fields

2009-03-22 Thread Yaniv Haber
Thanks. It works that way although the examples in the documentation also show iterating through form.visible_fields which result in nothing. This is where I came from. Any idea why that happens? On Mar 22, 10:44 am, Daniel Roseman wrote: > On Mar 22, 8:20 am, nivhab wrote: > > > > > Hi, > > >

Re: iterating through form.fields

2009-03-22 Thread Daniel Roseman
On Mar 22, 8:20 am, nivhab wrote: > Hi, > > I have this problem which is probably right in front of my eyes but I > just cannot get it. Maybe someone can point me in the right direction: > > I am trying to iterate through form.fields in a template. > The form is rather simple: > > class ProductFo