Closes #122: Add comments field to device types

This commit is contained in:
Jeremy Stretch
2016-12-16 11:14:44 -05:00
parent 6c25c66bd1
commit eb08425465
8 changed files with 56 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ class DeviceTypeForm(BootstrapMixin, CustomFieldForm):
class Meta:
model = DeviceType
fields = ['manufacturer', 'model', 'slug', 'part_number', 'u_height', 'is_full_depth', 'is_console_server',
'is_pdu', 'is_network_device', 'subdevice_role']
'is_pdu', 'is_network_device', 'subdevice_role', 'comments']
class DeviceTypeBulkEditForm(BootstrapMixin, CustomFieldBulkEditForm):