Przeglądaj źródła

Removed obsolete CSV headers from DeviceType (export is now YAML-based)

Jeremy Stretch 6 lat temu
rodzic
commit
2ea95941e2
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      netbox/dcim/models/__init__.py

+ 0 - 3
netbox/dcim/models/__init__.py

@@ -1018,9 +1018,6 @@ class DeviceType(ChangeLoggedModel, CustomFieldModel):
 
     tags = TaggableManager(through=TaggedItem)
 
-    csv_headers = [
-        'manufacturer', 'model', 'slug', 'part_number', 'u_height', 'is_full_depth', 'subdevice_role', 'comments',
-    ]
     clone_fields = [
         'manufacturer', 'u_height', 'is_full_depth', 'subdevice_role',
     ]