Commit 0a8f36c3 by Albert St. Aubin

Comment update

parent d9f35a4e
......@@ -137,9 +137,10 @@ class EntitlementViewSet(viewsets.ModelViewSet):
def perform_destroy(self, instance):
"""
This method is an override and is called by the DELETE method
This method is an override and is called by the destroy method, which is called the a DELETE operation occurs
This method will revoke and
This method will revoke the User's entitlement and unenroll the user if they are enrolled
in a Course Run
"""
log.info(
'Entitlement Revoke requested for Course Entitlement[%s]',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment