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 060b04a commit 8df0899Copy full SHA for 8df0899
docs/queries.rst
@@ -85,7 +85,7 @@ Show all fields **except** those in ``exclude``:
85
class QuestionType(DjangoObjectType):
86
class Meta:
87
model = Question
88
- exclude = ('question_text')
+ exclude = ('question_text', )
89
90
91
Customising fields
0 commit comments