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

Re: ManyToMany Fields and signals

2008-01-20 Thread Vsevolod Solovyov
On Nov 15, 2007 4:41 AM, David Cramer <[EMAIL PROTECTED]> wrote: > Any chance of adding signals to ManyToMany fields? I want to raise the discussion up. There is a full-working patch [1] on the Django trac, including tests. There is a good feedback from Sean: > I'm using the patch quite a lot a