You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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() should give you the same possibilities without
needing to override init signature.
--
Melvyn Sopacua