Reading, the Django docs on many-to-many relationships when you need an extra field on the intermediary table, it's not clear to me what you gain by defining the relationship as many-to-many vs just having a foreign key to the intermediary model in each of your models.Reading, the Django docs on many-to-many relati