Hi all, Is there a way to have nested inline editing? For example, I have a Poll model which can have multiple Questions - which, of course, can have multiple Answers. I tried adding edit_inline=models.TABULAR to both the Question and Answer models, but of course, it didn't work.
I can edit a question and see all of the answers inline, and I can edit a poll and see all of the questions inline. But what I want is to edit a poll and see all its questions, each with its associated answers. Is this possible? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---