I am dealing with formset, and finding the lack of documentation in understanding it. Hope anyone experienced with formset could help.
What is the reason to have a "max_num" and "extra" argument when instantiating a form set (using formset_factory)? Can't you just use "max_num" to determine the number of forms in the form set? Also, management_form render "form-TOTAL_FORM", and 'form- INITIAL_FORMS', ... how is this correspond to "max_num" or "extra", or they don't? 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---