Files
@ ea02c8b2b529
Branch filter:
Location: kallithea/docs/api/models.rst
ea02c8b2b529
632 B
text/prs.fallenstein.rst
auth: prevent misuse of PermFunction in bool context
Evaluating a PermFunction as a boolean, rather than calling it, is
almost certainly an error. If not, "pf is not None" can be used.
Evaluating a PermFunction as a boolean, rather than calling it, is
almost certainly an error. If not, "pf is not None" can be used.