Bump platform name/slug max length to 100 chars (#3318)

This commit is contained in:
Jeremy Stretch
2019-09-10 15:50:35 -04:00
parent ba15db990a
commit 46142affe7
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ v2.6.4 (FUTURE)
* [#2160](https://github.com/netbox-community/netbox/issues/2160) - Add bulk editing for interface VLAN assignment
* [#3027](https://github.com/netbox-community/netbox/issues/3028) - Add `local_context_data` boolean filter for devices
* [#3318](https://github.com/netbox-community/netbox/issues/3318) - Increase length of platform name and slug to 64 characters
* [#3318](https://github.com/netbox-community/netbox/issues/3318) - Increase length of platform name and slug to 100 characters
* [#3341](https://github.com/netbox-community/netbox/issues/3341) - Enable inline VLAN assignment while editing an interface
## Bug Fixes