I am trying to import ReCaptchaField from captcha.fields. However I am getting this error-
ImportError: cannot import name 'ReCaptchaField' from 'captcha.fields'
django-recaptcha version < 4
from captcha.fields import ReCaptchaField
django-recaptcha version >= 4
from django_recaptcha.fields import ReCaptchaField
See details here: https://github.com/django-recaptcha/django-recaptcha/releases/tag/4.0.0
Package namespace renamed! The package namespace captcha has been renamed to django_recaptcha to avoid conflicts with other captcha packages.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With