mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Remove erronous pre_save
This commit is contained in:
parent
74fb366c59
commit
922ee61d86
|
@ -82,9 +82,6 @@ class GenericAPIView(views.APIView):
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def pre_save(self, obj):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class MultipleObjectAPIView(MultipleObjectMixin, GenericAPIView):
|
class MultipleObjectAPIView(MultipleObjectMixin, GenericAPIView):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user