I noticed in the patch(3609,
http://code.djangoproject.com/changeset/3609) that you seem to grant
permissions automatically to the creator of an object.  Is there any
way we can set this behavior?  In my circumstance, I don't want the
writer of an article to be able to delete it.
Chris Long wrote:
> I'm considering doing what you describe, it shouldn't be too hard to
> implement and will probably be updating the branch with the code
> tomorrow depending on any unforeseen problems.
>
> Chris
>
>
> Joe wrote:
> > I'm not sure if this is more relevant to the Generic Authorization
> > branch, but has anyone looked at implementing the owner permissions
> > (the user who creates the object automatically has delete/modify
> > permissions)? For example, a META field sort of like the following:
> >
> >     class Meta:
> >         row_level_permissions = True
> >         grant_creator = (('edit'),('delete'),)
> >
> > This way we can specify what permissions the creator of an object has
> > on objects he or she creates through the Django administration
> > interface.
> >
> > Chris Long wrote:
> > > Hi,
> > >
> > > I'm the GSoCer working on row level permissions.
> > >
> > > Row level permissions are now implemented and, in my test cases, are
> > > working.
> > >
> > > I wanted to find out if anyone has had an opportunity to try the row
> > > level permissions (per-object-permission) branch or read my wiki pages
> > > on it. Are there any comments on RLPs? Any features that are missing
> > > that you wish to be added?
> > > 
> > > Thanks,
> > > 
> > > Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to