File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
from django .core .exceptions import ObjectDoesNotExist
8
8
from drf_yasg .utils import swagger_serializer_method
9
9
from ipam .api .serializers import NestedPrefixSerializer
10
- from netbox .api import ContentTypeField
10
+ from netbox .api . fields import ContentTypeField
11
11
from netbox .api .serializers import NetBoxModelSerializer
12
12
from rest_framework import serializers
13
13
from utilities .api import get_serializer_for_model
14
14
15
- from ..constants import ACL_HOST_ASSIGNMENT_MODELS , ACL_INTERFACE_ASSIGNMENT_MODELS
15
+ from ..constants import (
16
+ ACL_HOST_ASSIGNMENT_MODELS ,
17
+ ACL_INTERFACE_ASSIGNMENT_MODELS ,
18
+ )
16
19
from ..models import (
17
20
AccessList ,
18
21
ACLExtendedRule ,
Original file line number Diff line number Diff line change 25
25
26
26
setup (
27
27
name = "netbox-access-lists" ,
28
- version = "1.0 .0" ,
28
+ version = "1.1 .0" ,
29
29
# version=get_version("netbox_access_lists/version.py"),
30
30
description = "A NetBox plugin for Access List management" ,
31
31
# long_description=long_description,
You can’t perform that action at this time.
0 commit comments