The reason I want to postpone is that the evaluation of
has_perm
inside auth classes depends on some runtime value (for instance some request header value). By Postpone I mean that I want the or logic to be evaluated when I call __call__
with some param on the runtime and not as soon as the interpreter runs the module.