mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up redundant NestedGroupModel, OrganizationalModel fields
This commit is contained in:
@@ -83,9 +83,6 @@ class VLANGroup(OrganizationalModel):
|
||||
verbose_name = 'VLAN group'
|
||||
verbose_name_plural = 'VLAN groups'
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse('ipam:vlangroup', args=[self.pk])
|
||||
|
||||
|
Reference in New Issue
Block a user