Fixes #7474: Fix AttributeError exception when rendering a report or custom script

This commit is contained in:
jeremystretch
2021-10-07 09:37:21 -04:00
parent 2bd29127dc
commit 3f766ffea8
4 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v3.0
## v3.0.7 (FUTURE)
### Bug Fixes
* [#7474](https://github.com/netbox-community/netbox/issues/7474) - Fix AttributeError exception when rendering a report or custom script
---
## v3.0.6 (2021-10-06)
### Enhancements