Re: FormSets cleaned_data -> cleaned_forms

2007-08-29 Thread Brian Rosner
On 2007-08-29 10:45:07 -0600, Brian Rosner <[EMAIL PROTECTED]> said: > > I am using the FormSet class found in newforms-admin for a site since > it needed functionality that it offers. The form that my users use > lets them upload up to five files and an associated description. I > have this

FormSets cleaned_data -> cleaned_forms

2007-08-29 Thread Brian Rosner
I am using the FormSet class found in newforms-admin for a site since it needed functionality that it offers. The form that my users use lets them upload up to five files and an associated description. I have this defined in its own model and use the following code to get it setup: FlightFi