Skip to content

Commit efc8fd6

Browse files
authored
Merge pull request #28 from alecklandgraf/patch-1
Fixes typo in docs
2 parents 60bcc0b + c25e2c6 commit efc8fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ method to your ``DjangoObjectType``.
106106
return None
107107
108108
if post.published or context.user == post.owner:
109-
return instance
109+
return post
110110
return None

0 commit comments

Comments
 (0)