Changes between Version 6 and Version 7 of GenericAuthorization
- Timestamp:
- Aug 3, 2006, 7:42:38 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenericAuthorization
v6 v7 68 68 || '''Task''' || '''Status''' || 69 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'' ||70 || Implement a function to mimic Django's current authorization. || '''Complete''' || 71 || Update the admin system to use {{{has_permission}}} and test. || ''*Mostly Compete'' || 72 72 || Update other views/decorators to use {{{has_permission}}} and test. || ''In Progress'' || 73 73 || Revise this page and integrate into core django docs. || Not Started || 74 74 75 ''*Everything is working except for cascading deletion of related objects.'' 75 76 76 77 == References ==