From 70c415aa1f93e31da2733be9f85d2052356133e1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 18 Mar 2025 13:58:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mlogbinserializer=20update=E4=B9=9F?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/wpm/views.py b/apps/wpm/views.py index f70758ec..0d4b0c55 100644 --- a/apps/wpm/views.py +++ b/apps/wpm/views.py @@ -532,7 +532,6 @@ class MlogbInViewSet(CreateModelMixin, UpdateModelMixin, DestroyModelMixin, Cust perms_map = {'post': 'mlog.update', 'delete': 'mlog.update', 'put': 'mlog.update'} queryset = Mlogb.objects.filter(material_in__isnull=False) serializer_class = MlogbInSerializer - update_serializer_class = MlogbInUpdateSerializer @transaction.atomic def perform_destroy(self, instance):