1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #1664 from wanglf/develop

Fixed #1612 missing field 'serial' in function to_csv()
This commit is contained in:
Jeremy Stretch
2017-10-31 13:14:52 -04:00
committed by GitHub

View File

@@ -296,6 +296,7 @@ class Rack(CreatedUpdatedModel, CustomFieldModel):
self.tenant.name if self.tenant else None,
self.role.name if self.role else None,
self.get_type_display() if self.type else None,
self.serial,
self.width,
self.u_height,
self.desc_units,