Re: authentication style select box

2006-05-17 Thread Sean
Thanks for your reply, but I meant a similar interface for a one-to-one or many-to-one (not the one-to-many I mentioned before, that was nonsense), with only one select box shown. The select list is a little unhandy when searching through 200 entries. Is that possible? Wilson Miner wrote: > Sean

Re: authentication style select box

2006-05-17 Thread Wilson Miner
Sean, You're looking for the filter_interface argument for the ManyToManyField: http://www.djangoproject.com/documentation/model_api/#many-to-many-relationships On 5/17/06, Sean <[EMAIL PROTECTED]> wrote: > > Hi, > I was wondering if the searchable select box as used in the add user > interface

authentication style select box

2006-05-17 Thread Sean
Hi, I was wondering if the searchable select box as used in the add user interface (for selecting permissions) on the admin site is available for other fields, like in a one-to-many relationship with many entries (>200). I saw the ajax widget which was posted here some time ago but I really don't