Skip to content

Commit 21e813c

Browse files
authored
#19404 Deduplicate IP Range API Serializer (#19405)
1 parent 2c014ba commit 21e813c

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
@@ -147,8 +147,7 @@ class Meta:
147147
fields = [
148148
'id', 'url', 'display_url', 'display', 'family', 'start_address', 'end_address', 'size', 'vrf', 'tenant',
149149
'status', 'role', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
150-
'mark_populated', 'mark_utilized', 'description', 'comments', 'tags', 'custom_fields', 'created',
151-
'last_updated',
150+
'mark_populated', 'mark_utilized',
152151
]
153152
brief_fields = ('id', 'url', 'display', 'family', 'start_address', 'end_address', 'description')
154153

0 commit comments

Comments
 (0)