fix: base handle_parent 错误
This commit is contained in:
parent
aa6d67d8a9
commit
165052aa8b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue