Re: custom model field validation

2008-02-08 Thread Jonas Pfeil
> So If I create a newforms field then how do I tell the admin to use > that when building the form in the admin? You will need to use the newforms-admin branch to get the admin to use a newforms field ;) Btw: If you just want the regex functionality you can use the RegexField of newforms like s

Re: newforms validator_list

2008-02-04 Thread Jonas Pfeil
> First of all, it assumes you're generating the form manually. What if > you're using form_for_model, or more critically, using the admin > interface? Is there a way to specify custom form Field instances for > a corresponding model Field in the admin? Not sure about trunk but in newforms-admi