Re: check_permissions and required_permission

2005-09-12 Thread Adrian Holovaty
On 9/12/05, Mongo <[EMAIL PROTECTED]> wrote: > core/formfields.py's Manipulator has: > > required_permission = '' > > and a check_permissions that uses required_permission > > Of course, I can't find any code that uses either check_ or > required_permission in the django codebase. > > Is this

check_permissions and required_permission

2005-09-12 Thread Mongo
core/formfields.py's Manipulator has: required_permission = '' and a check_permissions that uses required_permission Of course, I can't find any code that uses either check_ or required_permission in the django codebase. Is this supported? Who is supposed to call check_permissions on each mani