feat(core): History Model migrations for Manufacturer

ref: #605 #613
This commit is contained in:
2025-02-16 20:51:50 +09:30
parent 3f4c8e93fc
commit edf0fca794
2 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,7 @@
from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiResponse
# THis import only exists so that the migrations can be created
from core.models.manufacturer_history import ManufacturerHistory # pylint: disable=W0611:unused-import
from core.serializers.manufacturer import (
Manufacturer,
ManufacturerModelSerializer,