refactor(core): rename mixin -> mixins

ref: #805 #767
This commit is contained in:
2025-06-08 12:19:55 +09:30
parent 2bdffb947f
commit 7ad1851cc0
10 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ from django.apps import apps
from django.db import models
from django.test import TestCase
from core.mixin.history_save import SaveHistory
from core.mixins.history_save import SaveHistory