79394677

Date: 2025-01-28 17:29:09
Score: 1.5
Natty:
Report link

as of latest version if you're using django-recaptcha instead of importing

from captcha.fields import ReCaptchaField

you should import

from django_recaptcha.fields import ReCaptchaField
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: darkman66