From effffe34bf9a3cc3293fdbe9cc75dd712390c4f7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 29 Jul 2024 11:12:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20base=20handle=5Fparent=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/utils/models.py b/apps/utils/models.py index 2ffd4464..2e5e6bad 100755 --- a/apps/utils/models.py +++ b/apps/utils/models.py @@ -110,7 +110,7 @@ class BaseModel(models.Model): class Meta: abstract = True - def handle_parent(self, is_create): + def handle_parent(self): pass def save(self, *args, **kwargs) -> None: