فهرست منبع

#19404 Deduplicate IP Range API Serializer (#19405)

mr1716 9 ماه پیش
والد
کامیت
21e813cee2
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      netbox/ipam/api/serializers_/ip.py

+ 1 - 2
netbox/ipam/api/serializers_/ip.py

@@ -147,8 +147,7 @@ class IPRangeSerializer(NetBoxModelSerializer):
         fields = [
         fields = [
             'id', 'url', 'display_url', 'display', 'family', 'start_address', 'end_address', 'size', 'vrf', 'tenant',
             'id', 'url', 'display_url', 'display', 'family', 'start_address', 'end_address', 'size', 'vrf', 'tenant',
             'status', 'role', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
             'status', 'role', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated',
-            'mark_populated', 'mark_utilized', 'description', 'comments', 'tags', 'custom_fields', 'created',
-            'last_updated',
+            'mark_populated', 'mark_utilized',
         ]
         ]
         brief_fields = ('id', 'url', 'display', 'family', 'start_address', 'end_address', 'description')
         brief_fields = ('id', 'url', 'display', 'family', 'start_address', 'end_address', 'description')