We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7a16a commit 2358bd3Copy full SHA for 2358bd3
graphene_django/compat.py
@@ -13,4 +13,4 @@ def __init__(self, *args, **kwargs):
13
RangeField,
14
)
15
except ImportError:
16
- IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 5
+ IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 4
0 commit comments