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
Django 4 doesn't support ugettextlazy. Consider updating your settings.py file in line 4.
Replace: from django.utils.translation import ugettext_lazy as _
with: form django.utils.translation import gettext_lazy as _
The text was updated successfully, but these errors were encountered:
Django 4 doesn't support ugettextlazy. Consider updating your
settings.py
file inline 4
.Replace:
from django.utils.translation import ugettext_lazy as _
with:
form django.utils.translation import gettext_lazy as _
The text was updated successfully, but these errors were encountered: