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

Removed 'is_patch_panel' from DeviceType

This commit is contained in:
Jeremy Stretch
2018-10-25 12:44:28 -04:00
parent b19e2037af
commit 266429101b
8 changed files with 19 additions and 55 deletions

View File

@@ -65,11 +65,6 @@ class Migration(migrations.Migration):
'ordering': ['device_type', 'name'],
},
),
migrations.AddField(
model_name='devicetype',
name='is_patch_panel',
field=models.BooleanField(default=False),
),
migrations.AddField(
model_name='rearporttemplate',
name='device_type',