Skip to content

Incompatible with Django 4.0+ #105

Closed
@tghw

Description

@tghw

Throws an ImportError on drfpasswordless/serializers.py trying to import ugettext_lazy, which has been deprecated since Django 3.0 and removed in Django 4.0. Fix is to replace with gettext_lazy, which has been identical to ugettext_lazy since Django 2.0.

Pull Request #104

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