Skip to content

Commit cc6f21d

Browse files
bctiemannjeremystretch
authored andcommitted
Change manufacturer to a CSVModelChoiceField in DeviceTypeImportForm
1 parent b4dd71d commit cc6f21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/forms/bulk_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class Meta:
367367

368368

369369
class DeviceTypeImportForm(NetBoxModelImportForm):
370-
manufacturer = forms.ModelChoiceField(
370+
manufacturer = CSVModelChoiceField(
371371
label=_('Manufacturer'),
372372
queryset=Manufacturer.objects.all(),
373373
to_field_name='name',

0 commit comments

Comments
 (0)