Merge pull request #1373 from rhcarvalho/patch-1

Fix typo in docstring for post_delete hook.
This commit is contained in:
Tom Christie 2014-01-26 01:00:30 -08:00
commit 0383f11ff7

View File

@ -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