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

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to