feat(access): History Model for Team added

ref: #605 #608
This commit is contained in:
2025-02-19 23:38:44 +09:30
parent 72314ea2a4
commit 553f4d8579
2 changed files with 55 additions and 1 deletions

View File

@ -1,7 +1,8 @@
from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiParameter, OpenApiResponse
from access.models.organization import Organization
# THis import only exists so that the migrations can be created
from access.models.team_history import TeamHistory # pylint: disable=W0611:unused-import
from access.serializers.teams import (
Team,
TeamModelSerializer,