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

Resolved migration discrepancies when dealing with NULL values

This commit is contained in:
Jeremy Stretch
2019-11-21 21:44:30 -05:00
parent 4e2863e4ec
commit 180d3d0029
5 changed files with 17 additions and 1 deletions

View File

@@ -922,6 +922,7 @@ class DeviceType(ChangeLoggedModel, CustomFieldModel):
subdevice_role = models.CharField(
max_length=50,
choices=SubdeviceRoleChoices,
blank=True,
verbose_name='Parent/child status',
help_text='Parent devices house child devices in device bays. Leave blank '
'if this device type is neither a parent nor a child.'