Fixes #3927: Fix exception when deleting devices with secrets assigned

This commit is contained in:
Jeremy Stretch
2020-01-15 10:39:23 -05:00
parent 1ea820a50e
commit dda9a2ee1c
2 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
* [#3900](https://github.com/netbox-community/netbox/issues/3900) - Fix exception when deleting device types
* [#3914](https://github.com/netbox-community/netbox/issues/3914) - Fix interface filter field when unauthenticated
* [#3927](https://github.com/netbox-community/netbox/issues/3927) - Fix exception when deleting devices with secrets assigned
---