mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
Reference to nonexistent method removed
This commit is contained in:
parent
3fd2911bdc
commit
0377474ecc
@ -1543,7 +1543,7 @@ class InterfaceCSVForm(forms.ModelForm):
|
|||||||
)
|
)
|
||||||
lag = FlexibleModelChoiceField(
|
lag = FlexibleModelChoiceField(
|
||||||
required=False,
|
required=False,
|
||||||
queryset = Interface.objects.order_naturally(method=interface_ordering).filter(device=device,form_factor=IFACE_FF_LAG),
|
queryset = Interface.objects.order_naturally().filter(device=device,form_factor=IFACE_FF_LAG),
|
||||||
help_text='Lag Name',
|
help_text='Lag Name',
|
||||||
error_messages={'invalid_choice': 'Lag not found.'}
|
error_messages={'invalid_choice': 'Lag not found.'}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user