Changes between Version 4 and Version 5 of GenericAuthorization
- Timestamp:
- Aug 2, 2006, 11:37:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenericAuthorization
v4 v5 1 1 = Authorization = 2 3 == Current Status == 4 5 {{{has_permission}}} has been implemented, and a set of tests for model-level permissions are complete. Unfortunately, subversion is all wacky and won't let me merge changes from the trunk. I don't have time to fight with it right now, so I'm just doing this as a patch against the trunk right now. The tests pass, but I haven't tested the admin system integration yet. Also, the registration api is subject to change. Consider yourself warned ;) 2 6 3 7 [[TOC(inline, GenericAuthorization)]] … … 63 67 64 68 || '''Task''' || '''Status''' || 65 || Implement and test the has_permission generic function. || In Progress||66 || Implement a function to mimic Django's current authorization. || Not Started||67 || Update the admin system to use {{{has_permission}}} and test. || Not Started||68 || Update other views/decorators to use {{{has_permission}}} and test. || Not Started||69 || Implement and test the has_permission generic function. || Complete || 70 || Implement a function to mimic Django's current authorization. || Mostly Complete || 71 || Update the admin system to use {{{has_permission}}} and test. || In Progress || 72 || Update other views/decorators to use {{{has_permission}}} and test. || In Progress || 69 73 || Revise this page and integrate into core django docs. || Not Started || 70 74