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 ea2d60d commit 43c0c99Copy full SHA for 43c0c99
graphene_django/filter/filterset.py
@@ -57,7 +57,6 @@ def filter_for_reverse_field(cls, f, name):
57
Global IDs (the default implementation expects database
58
primary keys)
59
"""
60
-
61
try:
62
rel = f.field.remote_field
63
except AttributeError:
0 commit comments