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
from django.utils.translation import ugettext_lazy as _ in rest_auth/serializers.py prevents compatibility with newer Django versions. An adjustment is highly appreciated!
from django.utils.translation import ugettext_lazy as _in rest_auth/serializers.py prevents compatibility with newer Django versions. An adjustment is highly appreciated!