Skip to content

Commit 2358bd3

Browse files
authored
Update compat.py MissingType results after PGJSONField removal (#1423)
As mentioned in https://github.com/graphql-python/graphene-django/pull/1421/files#r1221711648
1 parent 3e7a16a commit 2358bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def __init__(self, *args, **kwargs):
1313
RangeField,
1414
)
1515
except ImportError:
16-
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 5
16+
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 4

0 commit comments

Comments
 (0)