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 3299e2e commit 28f0081Copy full SHA for 28f0081
request/models.py
@@ -4,7 +4,7 @@
4
from django.contrib.auth import get_user_model
5
from django.db import models
6
from django.utils import timezone
7
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
8
from ipware.ip import get_ip
9
10
from . import settings as request_settings
0 commit comments