From bb75f65cf5d6d9fd5ad3a55a64da35d370023e09 Mon Sep 17 00:00:00 2001 From: Joseph Kennedy Date: Sat, 26 Aug 2017 01:52:03 -0400 Subject: [PATCH] Error will robinson r Please enter the commit message for your changes. Lines starting --- netbox/dcim/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index 2abc67222..33f3209e8 100644 --- a/netbox/dcim/forms.py +++ b/netbox/dcim/forms.py @@ -1601,7 +1601,7 @@ class InterfaceCSVForm(forms.ModelForm): if self.cleaned_data['device'] is not None: lag = Interface.objects.filter( device=self.cleaned_data['device'], form_factor=IFACE_FF_LAG).get( - lag=self.cleaned_data['lag'], name=lag + self.cleaned_data['lag'] )