Fixes #3039: Fix exception when retrieving change object for a component template via API

This commit is contained in:
Jeremy Stretch
2019-04-04 15:00:59 -04:00
parent 1e160fd9e9
commit 858be6d216
2 changed files with 11 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ v2.5.10 (FUTURE)
## Bug Fixes
* [#3039](https://github.com/digitalocean/netbox/issues/3039) - Fix exception when retrieving change object for a component template via API
* [#3041](https://github.com/digitalocean/netbox/issues/3041) - Fix form widget for bulk cable label update
---