Skip to content

Commit 76e8568

Browse files
committed
Re-apply de-duplication to IPRangeSerializer
1 parent f844ec5 commit 76e8568

File tree

1 file changed

+1
-2
lines changed
  • netbox/ipam/api/serializers_

1 file changed

+1
-2
lines changed

netbox/ipam/api/serializers_/ip.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ class Meta:
154154
fields = [
155155
'id', 'url', 'display_url', 'display', 'family', 'prefix', 'start_address', 'end_address', 'size', 'vrf',
156156
'tenant', 'status', 'role', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
157-
'mark_populated', 'mark_utilized', 'description', 'comments', 'tags', 'custom_fields', 'created',
158-
'last_updated',
157+
'mark_populated', 'mark_utilized',
159158
]
160159
brief_fields = ('id', 'url', 'display', 'family', 'prefix', 'start_address', 'end_address', 'description')
161160

0 commit comments

Comments
 (0)