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 e7e35dd commit b2ce919Copy full SHA for b2ce919
push_notifications/models.py
@@ -46,7 +46,7 @@ class GCMDevice(Device):
46
# can make it turn out to be null and such:
47
# http://android-developers.blogspot.co.uk/2011/03/identifying-app-installations.html
48
device_id = HexIntegerField(verbose_name=_("Device ID"), blank=True, null=True,
49
- help_text="ANDROID_ID / TelephonyManager.getDeviceId() (always as hex)")
+ help_text=_("ANDROID_ID / TelephonyManager.getDeviceId() (always as hex)"))
50
registration_id = models.TextField(verbose_name=_("Registration ID"))
51
52
objects = GCMDeviceManager()
0 commit comments