Fixes #5035: Fix exception when modifying an IP address assigned to a VM

This commit is contained in:
Jeremy Stretch
2020-08-24 10:39:41 -04:00
parent 6e28490b84
commit e7cf87be97
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#5035](https://github.com/netbox-community/netbox/issues/5035) - Fix exception when modifying an IP address assigned to a VM
* [#5038](https://github.com/netbox-community/netbox/issues/5038) - Fix validation of primary IPs assigned to virtual machines
---