Re: Manytomany and an attribute
You need an explicit intermediary table: http://www.djangoproject.com/documentation/models/m2m_intermediary/
Manytomany and an attribute
If I want to make a manytomany relationship that has an attribute in the relation, how do I do that in Django? My specific problem is this, I have a course, subject and class objects. Each subject(ex: "Calculus I") has many classes (ex: A, B, C, etc), that are offered to many courses (ex: CS, Phy