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
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