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 8631c7c commit c34a006Copy full SHA for c34a006
push_notifications/fields.py
@@ -54,7 +54,7 @@ def db_type(self, connection):
54
elif engine == "django.db.backends.sqlite":
55
return "UNSIGNED BIG INT"
56
else:
57
- return super(HexIntegerField, self).db_type(connection)
+ return super(HexIntegerField, self).db_type(connection=connection)
58
59
def get_prep_value(self, value):
60
if value is None or value == "":
0 commit comments