Add tests for wireless

This commit is contained in:
jeremystretch
2021-10-20 13:34:39 -04:00
parent 35e9921332
commit 2a8d24390f
13 changed files with 529 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ class WirelessLANCSVForm(CustomFieldModelCSVForm):
)
vlan = CSVModelChoiceField(
queryset=VLAN.objects.all(),
required=False,
to_field_name='name',
help_text='Bridged VLAN'
)