Fixes #2616: Convert Rack outer_unit and Cable length_unit to integer-based choice fields

This commit is contained in:
Jeremy Stretch
2018-11-30 12:26:28 -05:00
parent a1a9396287
commit d1cd366dc9
5 changed files with 19 additions and 18 deletions

View File

@@ -44,6 +44,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
* [#2622](https://github.com/digitalocean/netbox/issues/2622) - Enable filtering cables by multiple types/colors
* [#2624](https://github.com/digitalocean/netbox/issues/2624) - Delete associated content type and permissions when removing InterfaceConnection model
* [#2616](https://github.com/digitalocean/netbox/issues/2616) - Convert Rack `outer_unit` and Cable `length_unit` to integer-based choice fields
## API Changes