mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Fix typo in docstring for post_delete hook.
This commit is contained in:
parent
e3c5a13451
commit
c436725dd6
|
@ -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