mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #8454: Set DEFAULT_AUTO_FIELD to BigAutoField
This commit is contained in:
@ -5,7 +5,7 @@ from mptt.models import MPTTModel, TreeForeignKey
|
||||
|
||||
from dcim.choices import LinkStatusChoices
|
||||
from dcim.constants import WIRELESS_IFACE_TYPES
|
||||
from netbox.models import BigIDModel, NestedGroupModel, PrimaryModel
|
||||
from netbox.models import NestedGroupModel, PrimaryModel
|
||||
from .choices import *
|
||||
from .constants import *
|
||||
|
||||
|
Reference in New Issue
Block a user