mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 04:56:29 -06:00
Remove redundant TreeManager from TenantGroup
This commit is contained in:
parent
fc5bb966f0
commit
4397d3da02
@ -4,7 +4,6 @@ from mptt.models import MPTTModel, TreeForeignKey
|
||||
|
||||
from extras.utils import extras_features
|
||||
from netbox.models import NestedGroupModel, PrimaryModel
|
||||
from utilities.mptt import TreeManager
|
||||
from utilities.querysets import RestrictedQuerySet
|
||||
|
||||
|
||||
@ -40,8 +39,6 @@ class TenantGroup(NestedGroupModel):
|
||||
blank=True
|
||||
)
|
||||
|
||||
objects = TreeManager()
|
||||
|
||||
csv_headers = ['name', 'slug', 'parent', 'description']
|
||||
|
||||
class Meta:
|
||||
|
Loading…
Reference in New Issue
Block a user