Skip to content

Commit

Permalink
update ugettext_lazy as _ to gettext_lazy as _
Browse files Browse the repository at this point in the history
  • Loading branch information
aadilrashidd committed Apr 17, 2024
1 parent 868ae4b commit 8af66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.contrib.auth.admin import UserAdmin
from django.contrib.auth.forms import UserCreationForm
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from django.db.models import Sum
from django.db.models.functions import Trunc

Expand Down

0 comments on commit 8af66ee

Please sign in to comment.