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

Fixes #3951: Fix exception in webhook worker due to missing constant

This commit is contained in:
Jeremy Stretch
2020-01-17 11:28:50 -05:00
parent 83427d5585
commit f15cde0275
2 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
# v2.7.2 (FUTURE)
## Bug Fixes
* [#3951](https://github.com/netbox-community/netbox/issues/3951) - Fix exception in webhook worker due to missing constant
---
# v2.7.1 (2020-01-16)
## Bug Fixes