Fixes #3489: Prevent exception triggered by webhook upon object deletion

This commit is contained in:
Jeremy Stretch
2019-09-09 15:50:10 -04:00
parent e67d4fb2e5
commit 355910e182
2 changed files with 26 additions and 12 deletions

View File

@@ -7,6 +7,10 @@ v2.6.4 (FUTURE)
* [#3318](https://github.com/netbox-community/netbox/issues/3318) - Increase length of platform name and slug to 64 characters
* [#3341](https://github.com/netbox-community/netbox/issues/3341) - Add Inline Vlan Editing
## Bug Fixes
* [#3489](https://github.com/netbox-community/netbox/issues/3489) - Prevent exception triggered by webhook upon object deletion
v2.6.3 (2019-09-04)
## New Features