mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-14 18:43:22 +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):
|
def post_delete(self, obj):
|
||||||
"""
|
"""
|
||||||
Placeholder method for calling after saving an object.
|
Placeholder method for calling after deleting an object.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user