Fixes #7071: Fix exception when removing a primary IP from a device/VM

This commit is contained in:
jeremystretch
2021-08-30 16:55:31 -04:00
parent deb53d771d
commit 88b230f0e4
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#7070](https://github.com/netbox-community/netbox/issues/7070) - Fix exception when filtering by prefix max length in UI
* [#7071](https://github.com/netbox-community/netbox/issues/7071) - Fix exception when removing a primary IP from a device/VM
---