Fixes #2962: Increase ExportTemplate mime_type field length

This commit is contained in:
Jeremy Stretch
2019-03-05 13:08:40 -05:00
parent 275ae923f5
commit b3c753bb8a
3 changed files with 20 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ v2.5.8 (FUTURE)
* [#2939](https://github.com/digitalocean/netbox/issues/2939) - Exclude circuit terminations from API interface connections endpoint
* [#2952](https://github.com/digitalocean/netbox/issues/2952) - Added the `slug` field to the Tenant filter for use in the API and search function
* [#2954](https://github.com/digitalocean/netbox/issues/2954) - Remove trailing slashes to fix root/template paths on Windows
* [#2962](https://github.com/digitalocean/netbox/issues/2962) - Increase ExportTemplate `mime_type` field length
---