Skip to content

Support for Django4.0 #22

Open
Open
@ngkabra

Description

@ngkabra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions