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
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
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