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 b1abebd commit 3172710Copy full SHA for 3172710
graphene_django/forms/tests/test_djangoinputobject.py
@@ -31,7 +31,7 @@ class Meta:
31
class ReporterForm(forms.ModelForm):
32
class Meta:
33
model = Reporter
34
- exclude = ("pets", "email")
+ exclude = ("pets", "email", "fans")
35
36
37
class MyForm(forms.Form):
0 commit comments