django-access icon indicating copy to clipboard operation
django-access copied to clipboard

Filter truth values from plugin callbacks

Open nnseva opened this issue 8 years ago • 0 comments

Happens frequently that the plugin method returns truth value instead of a dictionary from check_ calls. The SimpleCheckPlugin now filters such a return.

It is useful to filter such truth values everywhere allowing users to return simple value from the plugin to exclude frequent misusing of the package.

nnseva avatar Dec 01 '17 06:12 nnseva