On Wed, Aug 12, 2009 at 7:36 PM, Geraldo<[email protected]> wrote: > > No, I mean two or more different forms. I'd like Parent, Child1 AND > Child2 all in the same formset. What you've suggested though, should > get me where I want to go. >
Well, you can easily show the input fields from Formset1 and Formset2 intertwined. You need to output the mangement forms and the individual fields by hand. It's very similar to outputting form elements by hand instead of using the as_ul/as_table convenience methods. Hope it helps, Matthias -- FeinCMS Django CMS building toolkit: http://spinlock.ch/pub/feincms/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

