thinkster-django-angular-tutorial
thinkster-django-angular-tutorial copied to clipboard
Chapter 6, checkpoint says "IsAuthenticatedAndOwnsObject", should be "IsAuthorOfPost"
In Chapter 6, under the section "Making the IsAuthorOfPost permission", the text of the checkpoint says
"Make a new permission called IsAuthenticatedAndOwnsObject in posts/permissions.py"
but the name of the function in the code is
class IsAuthorOfPost(permissions.BasePermission):