Merge pull request #28 from alecklandgraf/patch-1

Fixes typo in docs
This commit is contained in:
Syrus Akbary 2016-10-19 18:38:37 -07:00 committed by GitHub
commit efc8fd6633

View File

@ -106,5 +106,5 @@ method to your ``DjangoObjectType``.
return None
if post.published or context.user == post.owner:
return instance
return post
return None