Skip to content

Commit 80ef9cc

Browse files
committed
Remove Django 3.0 Incompatibility
1 parent 6941730 commit 80ef9cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fcm_django/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
from __future__ import unicode_literals
22

33
from django.db import models
4-
from django.utils.encoding import python_2_unicode_compatible
54
from django.utils.translation import ugettext_lazy as _
65

76
from .settings import FCM_DJANGO_SETTINGS as SETTINGS
87

98

10-
@python_2_unicode_compatible
119
class Device(models.Model):
1210
name = models.CharField(
1311
max_length=255,

0 commit comments

Comments
 (0)