Fixes #6398: Avoid exception when deleting device connected to self via circuit

This commit is contained in:
jeremystretch
2021-05-14 09:06:00 -04:00
parent c51d3a5e45
commit 98efe2ecae
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#6376](https://github.com/netbox-community/netbox/issues/6376) - Fix assignment of VLAN groups to clusters, cluster groups via REST API
* [#6398](https://github.com/netbox-community/netbox/issues/6398) - Avoid exception when deleting device connected to self via circuit
---