mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Add queryset to IPAddressBulkCreateView
This commit is contained in:
parent
48bfdd9947
commit
6579beac53
@ -719,6 +719,7 @@ class IPAddressDeleteView(ObjectDeleteView):
|
||||
|
||||
|
||||
class IPAddressBulkCreateView(BulkCreateView):
|
||||
queryset = IPAddress.objects.all()
|
||||
form = forms.IPAddressBulkCreateForm
|
||||
model_form = forms.IPAddressBulkAddForm
|
||||
pattern_target = 'address'
|
||||
|
Loading…
Reference in New Issue
Block a user