I understand how newforms validation occurs (Field.clean,
Form.clean_FIELD, Form.clean).

However, people (myself included) are surprised that newforms
form_for_model doesn't include validators from validator_list in the
generated Form.clean method.

Is validator_list going away entirely, or is it desirable for
form_for_model to implement the needed clean method based on the
validator_list's of the form fields?

Cheers,
  Jeremy

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