Re: Interaction between [Multiple]ModelChoiceField and its widget

2008-05-29 Thread Justin Bronn
> Also, when the number of choices is big, none of the provided widgets > are very usable, so I have for instance created a TreeSelect widget > which groups choices into categories (columns in the table) and > displays them in a tree whose branches are collapsible (see an example > at [1]).  But i

Interaction between [Multiple]ModelChoiceField and its widget

2008-05-29 Thread Arnaud Delobelle
Hi, I would like to suggest a modest change in some newforms objects, namely ModelChoiceField and MultipleModelChoiceField, and how they interact with their widgets. Before I describe the change, let me explain an example in which I think this is desirable. There is also the possibility that I