Instead of --
form.errors['my_file_field'] = forms.util.ErrorList([u'Some error in
processing file'])

Maybe something more like --
form.add_error('Some error in processing file', 'my_file_field')

And with a nice simple default to non_field_errors --
form.add_error('A general form error message')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to