Re: Error when try to do ManyToMany relation with User class...

2011-05-18 Thread Daniel Roseman
On Wednesday, May 18, 2011 2:26:21 AM UTC+1, Chris Seberino wrote: > > I have 3 classes that have a ManyToMany relation with the User class. > > When I try to do syncdb I get this error > > Error: One or more models did not validate: > mvc.course: 'users' has an m2m relation with model User,

Re: Error when try to do ManyToMany relation with User class...

2011-05-17 Thread Gabriel Gunderson
On Tue, May 17, 2011 at 7:26 PM, Chris Seberino wrote: > I have 3 classes that have a ManyToMany relation with the User class. > > When I try to do syncdb I get this error > > Error: One or more models did not validate: > mvc.course: 'users' has an m2m relation with model User, which has > eit

Re: Error when try to do ManyToMany relation with User class...

2011-05-17 Thread Kenneth Gonsalves
On Tue, 2011-05-17 at 18:26 -0700, Chris Seberino wrote: > Error: One or more models did not validate: > mvc.course: 'users' has an m2m relation with model User, which has > either not been installed or is abstract. > mvc.homework: 'users' has an m2m relation with model User, which has > either not

Error when try to do ManyToMany relation with User class...

2011-05-17 Thread Chris Seberino
I have 3 classes that have a ManyToMany relation with the User class. When I try to do syncdb I get this error Error: One or more models did not validate: mvc.course: 'users' has an m2m relation with model User, which has either not been installed or is abstract. mvc.homework: 'users' has an