Skip to content

Commit 8df0899

Browse files
jkimboartofhuman
andauthored
Update docs/queries.rst
Co-Authored-By: Semyon Pupkov <semen.pupkov@gmail.com>
1 parent 060b04a commit 8df0899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Show all fields **except** those in ``exclude``:
8585
class QuestionType(DjangoObjectType):
8686
class Meta:
8787
model = Question
88-
exclude = ('question_text')
88+
exclude = ('question_text', )
8989
9090
9191
Customising fields

0 commit comments

Comments
 (0)