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 6941730 + 80ef9cc commit cc02478Copy full SHA for cc02478
fcm_django/models.py
@@ -1,13 +1,11 @@
1
from __future__ import unicode_literals
2
3
from django.db import models
4
-from django.utils.encoding import python_2_unicode_compatible
5
from django.utils.translation import ugettext_lazy as _
6
7
from .settings import FCM_DJANGO_SETTINGS as SETTINGS
8
9
10
-@python_2_unicode_compatible
11
class Device(models.Model):
12
name = models.CharField(
13
max_length=255,
0 commit comments