On 7/4/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
> 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?

I haven't given this a ton of thought, but my own opinion is that
validator_list should go away, in favor of custom Field subclasses
that know how to validate themselves, and/or validate_FOO() method
hooks on the model. Basically, it would work a lot like newforms
custom fields and forms.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
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