You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.