Re: Error in django/http/multipartparser.py

2009-06-04 Thread Graham Dumpleton
On Jun 5, 11:12 am, "evert_car...@yahoo.co.uk" wrote: > Gentlemen, Ladies, > > I'm a mere Django user, not really a developer, and since time does > not permit, I do not intend to become a part of the developer team. > > Also, I'm fighting some tight deadlines ... > > And therefore, would you m

Error in django/http/multipartparser.py

2009-06-04 Thread evert_car...@yahoo.co.uk
Gentlemen, Ladies, I'm a mere Django user, not really a developer, and since time does not permit, I do not intend to become a part of the developer team. Also, I'm fighting some tight deadlines ... And therefore, would you mind if I simply report a bug and how I fixed it ? I got bitten by thi

forms.FileField validation ; empty file always forbidden.

2009-06-04 Thread tow
It doesn't seem to be possible to validate a form using forms.FileField, for a request with an empty file. If you set required=False, it will validate requests without files attached; in any case it will always validate if a non-empty file is attached. But I can't find an option to allow me to v