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 5c191b9 commit 4d905a4Copy full SHA for 4d905a4
graphene_django/types.py
@@ -76,10 +76,10 @@ def __init_subclass_with_meta__(
76
"The attribute registry in {} needs to be an instance of "
77
'Registry, received "{}".'
78
).format(cls.__name__, registry)
79
-
+
80
if filter_fields and filterset_class:
81
raise Exception("Can't set both filter_fields and filterset_class")
82
83
if not DJANGO_FILTER_INSTALLED and (filter_fields or filterset_class):
84
raise Exception((
85
"Can only set filter_fields or filterset_class if "
0 commit comments