I have an inline formset that has max_num=3 and extra=3. The form is
displayed correctly, however, is_valid() on the formset returns a False with
error:
[{}, {'tag': [u'This field is required.']}, {'tag': [u'This field is
required.']}]
The first form has no error as the user has set some value to the field
"tag". However, the user has not touched the other two forms.
I thought the extra forms are optional isn't it? If their data is not valid,
shouldn't Django ignore them and move on? Am I doing something wrong and is
there a workaround to this problem?
Thanks
Sarang
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.