Re: Dynamic data into a form

2010-07-05 Thread JHeasly
Hi Plaoto, The blog post below is about the Admin, but I think the principles may apply to your situation: Runtime ChoiceField filtering in Django’s admin http://www.artfulcode.net/articles/runtime-choicefield-filtering-in-djangos-admin/ HTH, John On Jul 5, 1:43 am, Plaoto wrote: > Hi all, > >

Dynamic data into a form

2010-07-05 Thread Plaoto
Hi all, I've got 2 Multiplechoicefields into my form both bounded to a queryset. The data in both fields are relational. This means that when I click on the 1st field and I select for example 'Netherlands' in the second field only the footballclubs of 'Netherlands' should show,... I should like t