v1.2.1
Fixes an issue where captcha.validate()
would return None
instead of an expected False
if no value is passed (e.g. due to an empty form). This would lead checks like captcha.validate() == False
to fail.
Fixes an issue where captcha.validate()
would return None
instead of an expected False
if no value is passed (e.g. due to an empty form). This would lead checks like captcha.validate() == False
to fail.