danfairs / django-lazysignup

django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410 stars 89 forks source link

Fix replace deprecated ugettext lazy #70

Closed tugcanolgun closed 2 years ago

tugcanolgun commented 2 years ago

https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-4-0

Replace ugettext_lazy with gettext_lazy