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 64f9889 commit 6988afdCopy full SHA for 6988afd
push_notifications/fields.py
@@ -58,7 +58,7 @@ def prepare_value(self, value):
58
return super(forms.CharField, self).prepare_value(value)
59
60
61
-class HexIntegerField(six.with_metaclass(models.SubfieldBase, models.BigIntegerField)):
+class HexIntegerField(models.BigIntegerField):
62
"""
63
This field stores a hexadecimal *string* of up to 64 bits as an unsigned integer
64
on *all* backends including postgres.
0 commit comments