chore: update to cater for recent dev changes and class inheritance
!31 !40 !42
This commit is contained in:
@ -8,7 +8,7 @@ from core.mixin.history_save import SaveHistory
|
||||
from .project_common import ProjectCommonFieldsName
|
||||
|
||||
|
||||
class Project(ProjectCommonFieldsName, SaveHistory):
|
||||
class Project(ProjectCommonFieldsName):
|
||||
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user