I am using the through keyword. I'm just trying to figure out the most efficient way to create a form field and widget to update the data.
What I'm struggling with is how a ManyToMany field with an intermediate table containing extra fields fits into the ModelForm saving. I'm just not sure where to save the extra field data, how best to collect it in the form, or how I would handle re-retrieving of the extra fields. The only thing I've created so far is an extension of the ModelMultipleChoice field that creates a custom choices structure and an accompanying widget that extends CheckboxSelectMultiple. This will display the structure, but what's the best practice here for saving and re-displaying? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/BcS0YvmaCjwJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.