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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---