Re: FormWizard: Setting up a ChoiceField.choices based on previous forms,

2008-12-31 Thread David Durham, Jr.
On Tue, Dec 30, 2008 at 3:16 PM, Ariel Mauricio Nunez Gomez wrote: > Hello list, > Today I started using FormWizard and could not find a clean way to populate > a choices field based on previously submitted forms, I ended up overriding > the render method like this(The only changed line is the on

FormWizard: Setting up a ChoiceField.choices based on previous forms,

2008-12-30 Thread Ariel Mauricio Nunez Gomez
Hello list, Today I started using FormWizard and could not find a clean way to populate a choices field based on previously submitted forms, I ended up overriding the render method like this(The only changed line is the one highlited): {{{ class CountryForm(forms.Form): country = forms.ModelChoiceF