On Feb 15, 12:06 am, Karen Tracey <kmtra...@gmail.com> wrote:
> The previous paragraph means that if you are overriding Form.clean(), you
> should iterate through self.cleaned_data.items(), possibly considering the
> _errors dictionary attribute on the form as well. In this way, you will
> already know which fields have passed their individual validation
> requirements.
>

You know I would have sworn I had read that page fully several times
now. Clearly not.
You are right, I had expected it to stop after finding the first
error, but this way makes more scene.

I'll just have to make sure my second part of the validation has all
the required information before it starts
to validate it.

Thanks again
Alistair

http://www.thatscottishengineer.co.uk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to