Skip to content

Commit 1c23380

Browse files
committed
Resolve Django 4.0 deprecation warnings
1 parent 7684d0b commit 1c23380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailauth/contrib/user/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.contrib.auth.models import AbstractUser
44
from django.db import models
55
from django.utils.crypto import get_random_string, salted_hmac
6-
from django.utils.translation import ugettext_lazy as _
6+
from django.utils.translation import gettext_lazy as _
77

88
try:
99
from django.contrib.postgres.fields import CIEmailField

0 commit comments

Comments
 (0)