Fix typo in docstring for post_delete hook.

parent e3c5a134
......@@ -352,7 +352,7 @@ class GenericAPIView(views.APIView):
def post_delete(self, obj):
"""
Placeholder method for calling after saving an object.
Placeholder method for calling after deleting an object.
"""
pass
......
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