What do you mean? Normally you don't need to worry about the
intermediate table at all; it's an implementation detail at the database
level.
So what is the problem you're trying to solve here?
Regards,
Malcolm
Yes, I know about that kind of situation. If the original poster meant
"adding extra attributes to the intermediate table to link to other
tables" when he said "relate other entities" then using "through" on
ManyToManyField or doing it manually is a good answer. No problems
there. But it depends on whether that's the intended interpretation. I
was asking for a rephrasing of the question, in more concrete terms --
hence a description of the actual problem instead of something abstract
-- to work out what the question really was.
If he's doing what you're guessing, then I'm behind you 100%. Your
answer is correct. If not, well... :-)
Regards,
Malcolm