@ -3,8 +3,6 @@ from django.urls import reverse
|
|||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
||||||
from api.serializers.core.ticket_comment import TicketCommentSerializer
|
|
||||||
|
|
||||||
from core import exceptions as centurion_exception
|
from core import exceptions as centurion_exception
|
||||||
from core.forms.validate_ticket import TicketValidation
|
from core.forms.validate_ticket import TicketValidation
|
||||||
from core.models.ticket.ticket import Ticket
|
from core.models.ticket.ticket import Ticket
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
from django.urls import reverse
|
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
||||||
from api.serializers.core.ticket_comment import TicketCommentSerializer
|
|
||||||
|
|
||||||
from core.forms.validate_ticket import TicketValidation
|
|
||||||
from core.models.ticket.ticket_category import TicketCategory
|
from core.models.ticket.ticket_category import TicketCategory
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
from django.urls import reverse
|
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@ from django.urls import reverse
|
|||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
from api.serializers.config import ParentGroupSerializer
|
|
||||||
|
|
||||||
from config_management.models.groups import ConfigGroups
|
from config_management.models.groups import ConfigGroups
|
||||||
|
|
||||||
from itam.models.device import Device
|
from itam.models.device import Device
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
from django.urls import reverse
|
|
||||||
|
|
||||||
from itam.models.device import Device
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
from django.urls import reverse
|
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
from django.urls import reverse
|
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
from rest_framework.fields import empty
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
from rest_framework.fields import empty
|
|
||||||
|
|
||||||
from project_management.models.projects import Project
|
from project_management.models.projects import Project
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user