Mark reCAPTCHA field as not required.
Review Request #7981 — Created Feb. 19, 2016 and submitted
Since reCAPTCHA field validation is not always required, we no longer
mark the field as required. This allows for forms to be submitted
without filling out an impossible (becuase it is not present) reCAPTCHA.Before applying this patch, tests related to using this mixin broke on
submission, even ifverify_recaptcha
returned False. After applying
it, those tests passed.
Used this in another package.