Explorar o código

Added missing CSV header

Jeremy Stretch %!s(int64=8) %!d(string=hai) anos
pai
achega
a9fefbec5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/tenancy/models.py

+ 1 - 1
netbox/tenancy/models.py

@@ -48,7 +48,7 @@ class Tenant(CreatedUpdatedModel, CustomFieldModel):
     comments = models.TextField(blank=True)
     custom_field_values = GenericRelation(CustomFieldValue, content_type_field='obj_type', object_id_field='obj_id')
 
-    csv_headers = ['name', 'slug', 'group', 'description']
+    csv_headers = ['name', 'slug', 'group', 'description', 'comments']
 
     class Meta:
         ordering = ['group', 'name']