Re: Problem with built-in User in many-to-many relationships

2006-06-27 Thread bsdlogical
Malcolm Tredinnick wrote: On Tue, 2006-06-27 at 23:53 -0400, bsdlogical wrote: I've recently stumbled over a problem whose solution I can't find. I have a class with two fields that use the built-in User class (from django.contrib.auth.models) in a many-to-many relationship. Howeve

Re: Problem with built-in User in many-to-many relationships

2006-06-27 Thread Malcolm Tredinnick
On Tue, 2006-06-27 at 23:53 -0400, bsdlogical wrote: > I've recently stumbled over a problem whose solution I can't find. I > have a class with two fields that use the built-in User class (from > django.contrib.auth.models) in a many-to-many relationship. However, > when I try to access or modify

Problem with built-in User in many-to-many relationships

2006-06-27 Thread bsdlogical
I've recently stumbled over a problem whose solution I can't find. I have a class with two fields that use the built-in User class (from django.contrib.auth.models) in a many-to-many relationship. However, when I try to access or modify those fields, django throws an error message. My class declar