Fixes #4895: Force UTF-8 encoding when embedding model documentation

This commit is contained in:
Jeremy Stretch
2020-07-24 09:26:20 -04:00
parent bb4f21d5ee
commit cb570790e6
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
* [#4880](https://github.com/netbox-community/netbox/issues/4880) - Fix removal of tagged VLANs if not assigned in bulk interface editing
* [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP
* [#4894](https://github.com/netbox-community/netbox/issues/4894) - Fix display of device/VM counts on platforms list
* [#4895](https://github.com/netbox-community/netbox/issues/4895) - Force UTF-8 encoding when embedding model documentation
---