Hi all, I have 5 different models all with relations with themselves. I want to use ModelForm to generate a form that will contain fields of all these models. I read and read, I tried different things to do this (inheritance, subclassing...) and then use the class based views to do CRUD with the object that contains the fields that I want to show to the user. I don't want to use FBV, but I am thinking that this i not possible, is that true?
Maybe I don't understand how does it works, please someone that put me in the right way. Thank you very much -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f31ad6d3-6b3a-47e4-ae34-af96241949b9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

