Changes between Version 20 and Version 21 of BluePrintAuthorizationB
- Timestamp:
- 06/20/10 15:49:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorizationB
v20 v21 72 72 - Table auth_table_permissions: tablename, method, role 73 73 - Table auth_record_permissions: tablename, method, record_id, role 74 - a table/record without explicit permissions falls back to system default 75 76 - record restrictions override table permissions 77 - table restrictions override record permissions 74 78 75 79 {{{shn_permit(table, method, role, id=None)}}} … … 84 88 - returns always True for sysadmins (auth_group 1) 85 89 86 - record restrictions override table permissions87 - table restrictions override record permissions88 90 89 91 === Visibility of options ===