I've got a FieldField using the RequiredIfOtherFieldNotGiven validator, and when I try to save the object without filling in the "other field," I get two duplicate error messages above the file upload box. I assume this has something to do with FileField really using two form field widgets, but is there any way to not have the duplicate messages show up?
I notice that when setting blank=False on the FileField and trying to save, only one "This field is required" error message displays. How can I do the same? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---