feat(devops): Git Group History

ref: #693 #515
This commit is contained in:
2025-03-20 14:54:02 +09:30
parent e8c246a949
commit bd22604d9d
3 changed files with 67 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from drf_spectacular.utils import (
)
# THis import only exists so that the migrations can be created
# from devops.models.feature_flag_history import FeatureFlagHistory # pylint: disable=W0611:unused-import
from devops.models.git_group_history import GitGroupHistory # pylint: disable=W0611:unused-import
from devops.serializers.git_group import (
GitGroup,
ModelSerializer,