mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +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):
|
||||
"""
|
||||
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