Re: models.ManyToManyField: Multi-relationship in one table

2007-03-19 Thread Russell Keith-Magee
On 3/20/07, hoamon <[EMAIL PROTECTED]> wrote: > > i have no idea about keywords of this question, so i can't search the > answer of this question or the django document. Please refrain from double-posting messages to Django-users and Django-developers. If you have a question about Django, please

models.ManyToManyField: Multi-relationship in one table

2007-03-19 Thread hoamon
i have no idea about keywords of this question, so i can't search the answer of this question or the django document. my question is i have three models: Trainee, Company, Course. and their relation table is below: Course|Trainee|Company C1| T1 | Com1 C1| T2 | Com1 C1| T3