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

Move choice sets from utilities.choices to netbox.choices

This commit is contained in:
Jeremy Stretch
2024-03-21 09:54:23 -04:00
parent 99144031b7
commit a9bb4c5c3e
22 changed files with 187 additions and 175 deletions

View File

@@ -12,8 +12,8 @@ from mptt.models import MPTTModel, TreeForeignKey
from dcim.choices import *
from dcim.constants import *
from dcim.fields import MACAddressField, WWNField
from netbox.choices import ColorChoices
from netbox.models import OrganizationalModel, NetBoxModel
from utilities.choices import ColorChoices
from utilities.fields import ColorField, NaturalOrderingField
from utilities.mptt import TreeManager
from utilities.ordering import naturalize_interface