mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +03:00
Merge pull request #1373 from rhcarvalho/patch-1
Fix typo in docstring for post_delete hook.
This commit is contained in:
commit
0383f11ff7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user