1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #2353: Handle DoesNotExist exception when deleting a device with connected interfaces

This commit is contained in:
Jeremy Stretch
2018-08-22 10:35:48 -04:00
parent 66400a98f1
commit dbbf7ab664
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ v2.4.4 (FUTURE)
## Bug Fixes
* [#2353](https://github.com/digitalocean/netbox/issues/2353) - Handle `DoesNotExist` exception when deleting a device with connected interfaces
* [#2354](https://github.com/digitalocean/netbox/issues/2354) - Increased maximum MTU for interfaces to 65536 bytes
* [#2355](https://github.com/digitalocean/netbox/issues/2355) - Added item count to inventory tab on device view
* [#2368](https://github.com/digitalocean/netbox/issues/2368) - Record change in device changelog when altering cluster assignment