Re: ManyToOne from User

2009-03-20 Thread Malcolm Tredinnick
On Fri, 2009-03-20 at 13:14 -0400, Amit Prahesh wrote: > Hello, > > I have a model that should have a group of users related to it. > Basically much like Django's Group. Now, normally this kind of > relation is easily done by puting in the user object a ManyToOne field > to the 'container'

ManyToOne from User

2009-03-20 Thread Amit Prahesh
Hello, I have a model that should have a group of users related to it. Basically much like Django's Group. Now, normally this kind of relation is easily done by puting in the user object a ManyToOne field to the 'container' model. However, I don't actually have a User object since I'm using the