Commit 0383f11f by Tom Christie

Merge pull request #1373 from rhcarvalho/patch-1

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