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

2007-03-20 Thread hoamon
i persist in models.ManyToManyField so much so that i forgot this method. thank you Ivan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@goog

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

2007-03-20 Thread Ivan Sagalaev
hoamon wrote: > Course|Trainee|Company > C1| T1 | Com1 > C1| T2 | Com1 > C1| T3 | Com1 > C2| T1 | Com2 > C2| T3 | Com1 > C2| T4 | Com2 > C3| T1 | Com2 You really can't do it using standard ManyToManyField. The common way is to create this r