Re: Admin and permissions on many to many relationships.

2009-05-29 Thread Karen Tracey
On Fri, May 29, 2009 at 5:45 AM, will0 wrote: > > Dear All, > > Take two models - "Contact" which has a many to many relationship with > "MailList" (defined on MailList). > > When a user who only has permissions to delete from Contact attempts > to delete any contact, whether or not they're in a

Admin and permissions on many to many relationships.

2009-05-29 Thread will0
Dear All, Take two models - "Contact" which has a many to many relationship with "MailList" (defined on MailList). When a user who only has permissions to delete from Contact attempts to delete any contact, whether or not they're in a mail list, they get a permission denied message. """ Deleting