> 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
> 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
2 matches
Mail list logo