Re: formeset choicefield dynamic choices

2012-08-08 Thread Melvyn Sopacua
On 8-8-2012 15:32, BiG-Up wrote: > I'm working on a formset with dynamic forms. I've overloaded my form > to be able to add new values in the select field but i cannot > overload the formset constructor. Django raise exception : > "__init__() takes exactly 1 argument (2 given)" formset.add_fields

formeset choicefield dynamic choices

2012-08-08 Thread BiG-Up
Hi, I'm working on a formset with dynamic forms. I've overloaded my form to be able to add new values in the select field but i cannot overload the formset constructor. Django raise exception : "__init__() takes exactly 1 argument (2 given)" - How can i change the way the formset_factory build