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 6c0535e77c
commit 44d8c3cf14
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
---