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.
2 parents 0ac33dc + 5342f9d commit fc9a87dCopy full SHA for fc9a87d
qsessions/admin.py
@@ -1,4 +1,4 @@
1
-from django.utils.translation import gettext as _
+from django.utils.translation import gettext_lazy as _
2
from django.contrib.auth import get_user_model
3
from django.utils.html import format_html
4
from django.utils.timezone import now
qsessions/models.py
@@ -5,7 +5,7 @@
5
from django.core.cache import caches
6
from django.db import models
7
from django.utils import timezone
8
-from django.utils.translation import ugettext_lazy as _
9
10
import qsessions.geoip as geoip
11
0 commit comments