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

Fixes #7813: Fix handling of errors during export template rendering

This commit is contained in:
jeremystretch
2021-11-12 13:32:52 -05:00
parent c0ca1eaf90
commit 17e01644f5
2 changed files with 42 additions and 28 deletions

View File

@@ -2,6 +2,10 @@
## v3.0.11 (FUTURE)
### Bug Fixes
* [#7813](https://github.com/netbox-community/netbox/issues/7813) - Fix handling of errors during export template rendering
---
## v3.0.10 (2021-11-12)