#9226-gettext_lazy changed to ugettext_lazy

This commit is contained in:
AkashNaik5 2024-01-19 02:41:09 +05:30
parent c4f9d432dd
commit 6507c6d97a

View File

@ -6,7 +6,7 @@ import binascii
from django.contrib.auth import authenticate, get_user_model from django.contrib.auth import authenticate, get_user_model
from django.middleware.csrf import CsrfViewMiddleware from django.middleware.csrf import CsrfViewMiddleware
from django.utils.translation import gettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from rest_framework import HTTP_HEADER_ENCODING, exceptions from rest_framework import HTTP_HEADER_ENCODING, exceptions