aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
714 stars 152 forks source link

Use `gettext_lazy` instead of `ugettext_lazy` for Django 4.0 compatibility #104

Closed tghw closed 2 years ago

tghw commented 2 years ago

ugettext_lazy has been removed in Django 4.0, deprecated since Django 3.0, and has been identical to gettext_lazy since at least Django 2.0.

tghw commented 2 years ago

@aaronn bump

rsommerard commented 2 years ago

@aaronn can you check and merge to be able to use your lib with Django 4 please?

aaronn commented 2 years ago

I’ll take a look today

rsommerard commented 2 years ago

Great, thank you very much :+1:. Have you planed to release a new version on Pypi?

aaronn commented 2 years ago

A few days once I triage everything else here.

aaronn commented 2 years ago

1.5.8 released