Re: Help with Forms (Dynamic Fields) - SOLVED

2008-07-16 Thread Srik
Solved On Jul 16, 3:39 pm, Srik <[EMAIL PROTECTED]> wrote: > Thanks Jeff. > > I also realized there is a provision to pass nested tuple like choices > to form while initalizing using field_list (Not documented but found > in django testing documents) > > http://code.djangoproject.com/browser/djan

Re: Help with Forms (Dynamic Fields) - SOLVED (Request to update documentation if possible)

2008-07-16 Thread Srik
Thanks Jeff. I also realized there is a provision to pass nested tuple like choices to form while initalizing using field_list (Not documented but found in django testing documents) http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/forms.py (lines 715 - 797 ) Thank