Django nested formsets

Posted by dragoon on Stack Overflow See other posts from Stack Overflow or by dragoon
Published on 2010-06-05T19:23:09Z Indexed on 2010/06/05 23:22 UTC
Read the original article Hit count: 232

Filed under:
|

Hi, I have an edit object view that contains a formset(one or many if this matters), now I want to create a page that can display multiple edit object forms and submit it in a single form.

What is the correct way to achieve this task?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-formsets