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

Move slug-based choices to choices.py

This commit is contained in:
Jeremy Stretch
2019-10-30 16:31:04 -04:00
parent bb30f64252
commit 0ad19081ac
3 changed files with 439 additions and 437 deletions

View File

@@ -26,6 +26,7 @@ from utilities.forms import (
SelectWithPK, SmallTextarea, SlugField, StaticSelect2, StaticSelect2Multiple, BOOLEAN_WITH_BLANK_CHOICES,
)
from virtualization.models import Cluster, ClusterGroup
from .choices import *
from .constants import *
from .models import (
Cable, DeviceBay, DeviceBayTemplate, ConsolePort, ConsolePortTemplate, ConsoleServerPort, ConsoleServerPortTemplate,