Changes between Version 14 and Version 15 of RowLevelPermissions


Ignore:
Timestamp:
Jul 15, 2006, 11:41:11 AM (18 years ago)
Author:
Chris Long <indirecthit@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RowLevelPermissions

    v14 v15  
    1111An example of where this would be useful is a forum or message board. With the current permission system, a user is capable of editing all the posts or unable to edit any posts. After implementing a row level permission, it can be modified so a user is capable of editing only their own personal posts.
    1212
     13== Current Status ==
     14
     15At this current point of time, you can create row level permissions and modify them using the API. Checking of row level permissions are currently not implemented.
     16
    1317== Todo ==
    1418''This is a slightly incomplete list, as of this writing my todo list is unavailable, I'll modify this when I have access to it''
    1519
     20 * More unit tests
     21 * Modify coding style to match with Django's style
    1622 * Adding row level permission editing to admin interface - Started. I have created an application that modifies row level permissions and will be adding this to the administration interface.
    1723 * Adding checking of row level permissions (so they actually do something)
Back to Top