Refactor update creation api
All threads resolved!
All threads resolved!
Compare changes
- Samuel GAIST authored
[common][api] Implement get_object in place of get_queryset for RetrieveUpdateDestroyContributionView This view shall act on one object only and the check should already be done there rather than in furhter methods below. It also follows the URL routes cleanup
+ 14
− 34
@@ -235,46 +235,26 @@ class RetrieveUpdateDestroyContributionView(