Changes between Version 14 and Version 15 of RowLevelPermissions
- Timestamp:
- Jul 15, 2006, 11:41:11 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RowLevelPermissions
v14 v15 11 11 An 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. 12 12 13 == Current Status == 14 15 At 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 13 17 == Todo == 14 18 ''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'' 15 19 20 * More unit tests 21 * Modify coding style to match with Django's style 16 22 * 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. 17 23 * Adding checking of row level permissions (so they actually do something)