Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Django4.0 #22

Open
ngkabra opened this issue Dec 9, 2021 · 6 comments
Open

Support for Django4.0 #22

ngkabra opened this issue Dec 9, 2021 · 6 comments

Comments

@ngkabra
Copy link

ngkabra commented Dec 9, 2021

ugettext_lazy (used on line 7 of recaptcha3/fields.py) is deprecated since Django3.0 and removed in Django4.0. So django-recaptcha3 is unusable after upgrading to Django4.0

The only change required to fix this is replacing ugettext_lazy with gettext_lazy in that one place.

@ngkabra
Copy link
Author

ngkabra commented Feb 10, 2022

This is now fixed, thank you. Can you please update the version on PyPI too?

@urlsangel
Copy link

This is now fixed, thank you. Can you please update the version on PyPI too?

+1 please!

@jewelvadim
Copy link

Hi, @kbytesys !
Please, update the version on PyPi, as written above)
Your package is really useful )

@pawisoon
Copy link

Can we get this fixed?

@urlsangel
Copy link

@kbytesys

Any chance of releasing this latest version to PyPi?

@bartsanchez
Copy link

Just for your information, even if the package were pushed to Pypi, if I am not wrong the change won't work. At least for Django 4.2.28. I needed to implement the following small fix (added lines are coming from previous state in this same repo) to make it work: bartsanchez@313509e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants