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

Move wireless field choices to wireless app

This commit is contained in:
jeremystretch
2021-10-15 10:00:03 -04:00
parent 6af5a884cd
commit 01d3c062f2
7 changed files with 187 additions and 185 deletions

View File

@ -18,6 +18,7 @@ from utilities.mptt import TreeManager
from utilities.ordering import naturalize_interface
from utilities.querysets import RestrictedQuerySet
from utilities.query_functions import CollateAsChar
from wireless.choices import *
__all__ = (