Commit 922ee61d by Tom Christie

Remove erronous pre_save

parent 74fb366c
...@@ -82,9 +82,6 @@ class GenericAPIView(views.APIView): ...@@ -82,9 +82,6 @@ class GenericAPIView(views.APIView):
""" """
pass pass
def pre_save(self, obj):
pass
class MultipleObjectAPIView(MultipleObjectMixin, GenericAPIView): class MultipleObjectAPIView(MultipleObjectMixin, GenericAPIView):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment