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

Fixed missing field 'serial' in function to_csv()

This commit is contained in:
wanglf
2017-10-31 22:05:30 +08:00
parent bbd0761887
commit d08bc7767e

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,