django-access
django-access copied to clipboard
Filter truth values from plugin callbacks
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.