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 ed97cb4 commit ff13377Copy full SHA for ff13377
push_notifications/admin.py
@@ -1,7 +1,7 @@
1
from django.apps import apps
2
from django.contrib import admin, messages
3
from django.utils.encoding import force_text
4
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
5
6
from .apns import APNSServerError
7
from .gcm import GCMError
push_notifications/models.py
@@ -1,5 +1,5 @@
from django.db import models
from .fields import HexIntegerField
from .settings import PUSH_NOTIFICATIONS_SETTINGS as SETTINGS
0 commit comments