mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -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(
|
||||
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',
|
||||
error_messages={'invalid_choice': 'Lag not found.'}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user