We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7684d0b commit 1c23380Copy full SHA for 1c23380
mailauth/contrib/user/models.py
@@ -3,7 +3,7 @@
3
from django.contrib.auth.models import AbstractUser
4
from django.db import models
5
from django.utils.crypto import get_random_string, salted_hmac
6
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
7
8
try:
9
from django.contrib.postgres.fields import CIEmailField
0 commit comments