diff --git a/push_notifications/fields.py b/push_notifications/fields.py index 6c89f542..e1778185 100644 --- a/push_notifications/fields.py +++ b/push_notifications/fields.py @@ -58,7 +58,7 @@ def prepare_value(self, value): return super(forms.CharField, self).prepare_value(value) -class HexIntegerField(six.with_metaclass(models.SubfieldBase, models.BigIntegerField)): +class HexIntegerField(models.BigIntegerField): """ This field stores a hexadecimal *string* of up to 64 bits as an unsigned integer on *all* backends including postgres.