You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a range of IP addresses: 192.0.2.[1-254]/24.
Filter the IP address list by parent prefix 192.0.2.0/24 to show all of these IPs.
Check the "select all" box at top left, and then check the "Select all 254 IP addresses matching query" option and click "Delete all."
This will yield an error:
TypeError at /ipam/ip-addresses/delete/
'IPAddressFilter' object is not iterable
This is due to a change in version 1.0 of the django-filter library, which no longer proxies filter querysets. This bug affects all object types, not just IP addresses.
The text was updated successfully, but these errors were encountered:
jeremystretch
changed the title
Bulk deleting objects by filter yields a server error
Bulk editing/deleting objects by filter yields a server error
Mar 14, 2017
Issue type: Bug report
Python version: 2.7.6
NetBox version: 1.9.1
Steps to reproduce:
192.0.2.[1-254]/24
.This will yield an error:
This is due to a change in version 1.0 of the django-filter library, which no longer proxies filter querysets. This bug affects all object types, not just IP addresses.
The text was updated successfully, but these errors were encountered: