When using a modelform on its own, I see that overriding __init__()
enables the customization of generated forms.

Is it possible to customize each of the modelforms (say changing the
widgets on some of the form fields, adding/removing a field, etc.) in
a modelformset when using modelformset_factory?  The same
customization may be applied to all forms in the formset (based on
requesting user perhaps), or to only some of the forms (based on the
initial modelform data or related data). If so, how would you go about
doing this?

Thanks

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to