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

12552 initial removal of mptt

This commit is contained in:
Arthur
2023-05-18 13:22:31 -07:00
parent 4208b79514
commit da0c459e73
24 changed files with 531 additions and 275 deletions

View File

@@ -1,7 +1,6 @@
from django.core.exceptions import ValidationError
from django.db import models
from django.urls import reverse
from mptt.models import MPTTModel
from dcim.choices import LinkStatusChoices
from dcim.constants import WIRELESS_IFACE_TYPES