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

Fixes #7397: Fix AttributeError exception when rendering export template for devices via REST API

This commit is contained in:
jeremystretch
2021-09-29 21:09:12 -04:00
parent 1f1a05dc67
commit a9761e8dd2
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* [#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export
* [#7373](https://github.com/netbox-community/netbox/issues/7373) - Fix flashing when server, client, and browser color-mode preferences are mismatched
* [#7397](https://github.com/netbox-community/netbox/issues/7397) - Fix AttributeError exception when rendering export template for devices via REST API
---