Fixes #5022: Fix exception when editing IP address with NAT inside IP assigned

This commit is contained in:
Jeremy Stretch
2020-08-20 14:38:58 -04:00
parent 1c335551a0
commit c9e7e824d9
2 changed files with 10 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
* [#5004](https://github.com/netbox-community/netbox/issues/5004) - Permit assignment of an interface to a LAG on any peer virtual chassis member
* [#5012](https://github.com/netbox-community/netbox/issues/5012) - Return details of exceptions resulting from report/script execution
* [#5020](https://github.com/netbox-community/netbox/issues/5020) - Correct handling of dependent objects during bulk deletion
* [#5022](https://github.com/netbox-community/netbox/issues/5022) - Fix exception when editing IP address with NAT inside IP assigned
---