Refactor update creation api
All threads resolved!
All threads resolved!
Compare changes
- Samuel GAIST authored
+ 38
− 36
@@ -29,26 +29,28 @@ from django.http import Http404
@@ -56,10 +58,11 @@ class CheckAlgorithmNameView(CheckContributionNameView):
@@ -67,21 +70,23 @@ class ShareAlgorithmView(ShareCodeView):
@@ -89,13 +94,14 @@ class ListCreateAlgorithmsView(ListCreateContributionView):
@@ -105,39 +111,30 @@ class RetrieveUpdateDestroyAlgorithmsView(RetrieveUpdateDestroyCodeView):
@@ -148,8 +145,9 @@ def binary(request, author_name, object_name, version=None):
@@ -158,18 +156,22 @@ def binary(request, author_name, object_name, version=None):
@@ -177,12 +179,12 @@ def binary(request, author_name, object_name, version=None):