The permission system doesn't understand the concept of users 'owning' things. Therefore, the permissions apply to everything. Can all, can change any or can delete any. This is something you need to implement yourself. You can do things to filter the admin so they only see models they edited. I wrote an example of that here; http://blog.dougalmatthews.com/2008/10/filter-the-django-modeladmin-set/
Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/3/17 Bro <coolpari...@gmail.com> > > Hi, > > I am using the User model with additional information. This model is > called : MyUser. > I try to use permission with group in admin but I have 'can add', 'can > change', 'can delete'. > When I give a 'can change' permission, a MyUser login, he can change > every MyUser. > > My question is how do I give to MyUser the permission to only change > his data ? > > Thanks by advance > > > > --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---