Django Show M2M field in both model forms
- by John
Hi
I am using the forms.ModelForm to create my form. I want to be able to show the manytomany field in both model forms, how do I do this?
If the manytomany relationship is defined in the model it is fine and just appears but if it is not in the model (but is still linked via the other model) it does not appear.
Hope this makes sense. How can I make it show up?
Thanks