Mark reCAPTCHA field as not required.

Review Request #7981 — Created Feb. 19, 2016 and submitted — Latest diff uploaded

Information

Djblets
release-0.10.x

Reviewers

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 if verify_recaptcha returned False. After applying
it, those tests passed.

Used this in another package.

    Loading...