Re: how to select from a huge set of data?

2007-06-04 Thread Doug Van Horn
On Jun 4, 5:56 am, Ulf Dambacher <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 2. Mai 2007 20:02 schrieb Ulf Dambacher:> Hi > > > I need some kind of widget which can narrow the select by using > > cateogries. But how can this be done in django? > > > Java? Sorry... > > > Ideas, Anyone ? > >

Re: how to select from a huge set of data?

2007-06-04 Thread Ulf Dambacher
Am Mittwoch, 2. Mai 2007 20:02 schrieb Ulf Dambacher: > Hi > > I need some kind of widget which can narrow the select by using > cateogries. But how can this be done in django? > > Java? Sorry... > > Ideas, Anyone ? Apparently no on e had one. So I created a CategoriezedModelSelectField, see

how to select from a huge set of data?

2007-05-02 Thread Ulf Dambacher
Hi I'm doing a project with a technical database. The model consists of different constants. The key is autogenerated. Each entry has a category and a name. Togther they are uniqe Now I'd like the user to be able to select exactly one from this >300 data lines within a (new)form. Currently