2021-04-21 10:20:09 -04:00
|
|
|
# NetBox v2.12
|
|
|
|
|
|
|
|
## v2.12-beta1 (FUTURE)
|
|
|
|
|
2021-05-10 11:23:21 -04:00
|
|
|
### Enhancements
|
|
|
|
|
|
|
|
* [#5806](https://github.com/netbox-community/netbox/issues/5806) - Add kilometer and mile as choices for cable length unit
|
|
|
|
|
2021-04-21 10:20:09 -04:00
|
|
|
### Other Changes
|
|
|
|
|
|
|
|
* [#5532](https://github.com/netbox-community/netbox/issues/5532) - Drop support for Python 3.6
|
2021-04-21 10:29:25 -04:00
|
|
|
* [#5994](https://github.com/netbox-community/netbox/issues/5994) - Drop support for `display_field` argument on ObjectVar
|
2021-05-04 15:56:36 -04:00
|
|
|
|
|
|
|
### REST API Changes
|
|
|
|
|
|
|
|
* dcim.Device
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* dcim.DeviceType
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* dcim.Rack
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* extras.ContentType
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* ipam.VLAN
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|
|
|
|
* ipam.VRF
|
|
|
|
* Removed the `display_name` attribute (use `display` instead)
|