feat(core): Disable Notes for model CenturionModelNote

A notes model does not require notes

ref: #779 #778
This commit is contained in:
2025-05-30 09:30:00 +09:30
parent 5429c17f98
commit 031fd79f13

View File

@ -20,6 +20,8 @@ class CenturionModelNote(
_audit_enabled = False
_notes_enabled = False
@property
def url_model_name(self):
@ -93,7 +95,7 @@ class CenturionModelNote(
class NoteAuditMetaModel(
class NoteMetaModel(
CenturionModelNote,
CenturionSubModel,
):