Remove erronous pre_save

This commit is contained in:
Tom Christie 2013-03-18 21:05:13 +00:00
parent 74fb366c59
commit 922ee61d86

View File

@ -82,9 +82,6 @@ class GenericAPIView(views.APIView):
"""
pass
def pre_save(self, obj):
pass
class MultipleObjectAPIView(MultipleObjectMixin, GenericAPIView):
"""