aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
717 stars 155 forks source link

[django-4.0] change use of deprecated ugettext_lazy to gettext_lazy #99

Closed bodzio528 closed 2 years ago

bodzio528 commented 2 years ago

https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0

django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are removed.

1beb commented 2 years ago

Please accept for compat with django4.0+

thomas-scrace commented 2 years ago

Please accept for compat with django4.0+

@aaronn if there's any chance this could be merged that would be great. This is a blocker for django 4 compatibility.

aaronn commented 2 years ago

Merged via a separate PR.