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

Move MACAddressField to utilities

This commit is contained in:
jeremystretch
2021-10-28 16:26:31 -04:00
parent 2e0f15b35f
commit 1ce9192369
5 changed files with 26 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
from .fields import *
from .models import *
from .filtersets import *
from .object_create import *