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

Fixes #3900: Fix exception when deleting device types

This commit is contained in:
Jeremy Stretch
2020-01-15 10:23:07 -05:00
parent 685cf50268
commit 1ea820a50e
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,7 @@
## Bug Fixes
* [#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
---