Fixes #4774: Fix exception when deleting a device with device bays

This commit is contained in:
Jeremy Stretch
2020-06-30 09:43:05 -04:00
parent 51e9b0a22a
commit 8a26f475a7
2 changed files with 4 additions and 24 deletions

View File

@@ -11,6 +11,7 @@
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified
* [#4772](https://github.com/netbox-community/netbox/issues/4772) - Fix "brief" format for the secrets REST API endpoint
* [#4774](https://github.com/netbox-community/netbox/issues/4774) - Fix exception when deleting a device with device bays
* [#4775](https://github.com/netbox-community/netbox/issues/4775) - Allow selecting an alternate device type when creating component templates
---