I feel like this should be obvious but I can't figure it out. When creating a ProcessFormView or a ModelForm on a model with a BooleanField somewhere in, I get the classic problem of "This field is required" in the actual rendered page. Is there some way to turn off this behaviour and make the fields editable? I know in a regular form, you specify a BooleanField(required=False) for all your boolean fields, but since the ModelForms and in particular the ProcessFormViews are automatically generated from the model, I can't seem to do that.
-- Jeff -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.