data not validating after image field added to model form

2011-07-17 Thread sq1020
I just added am image field to a model form but when I try to upload an image using the form, it gives me the following error saying that the data could not be validated. I don't understand though, what is it about the image that could not be validated? Is there any way to decipher this from this

can you use the Form Wizard with Model Forms?

2011-07-13 Thread sq1020
Hi everyone! I have one model and I've created a form out of the model using ModelForm. Now, I want to spread the form across two pages. For example, the first three fields will appear on the first page then the user clicks next and fills out the last three fields then he clicks submit and the u

problem submitting form data to database (django)

2011-07-12 Thread sq1020
I'm pretty new to Django and web development in general so the answer to this question may be rather obvious. I've created a ModelForm in Django so that the data submitted by a user is saved in a database. When the user submits the form, I believe the data validates but it can't connect to the data