Re: newforms validator_list

2008-02-01 Thread lowshoe
dan, i'm currently suffering from this problem too. did you meanwhile find a usable alternative for validator_list in newforms-admin? On 21 Jan., 01:32, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What about using a ComboField then add the other fields as > validators., override formfield

Re: newforms validator_list

2008-01-20 Thread [EMAIL PROTECTED]
What about using a ComboField then add the other fields as validators., override formfield_for_dbfield in ModelAdmin to use the custom field. On Jan 21, 12:40 am, Daniel <[EMAIL PROTECTED]> wrote: > Hello, > > This is a cross-post from django-users (http://groups.google.com/group/ > django-users/

newforms validator_list

2008-01-20 Thread Daniel
Hello, This is a cross-post from django-users (http://groups.google.com/group/ django-users/browse_thread/thread/7de549e13f4ec2e5). As it pertains to implementation details, the developers group may have more insight. As I understand it the model field paramater "validator_list" is now being ph