Closes #867: Add a 'description' field to CircuitTermination

This commit is contained in:
Jeremy Stretch
2018-11-05 13:53:22 -05:00
parent 8dd3f37da7
commit fe865b7d48
9 changed files with 37 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
## Enhancements
* [#450](https://github.com/digitalocean/netbox/issues/450) - Added `outer_width` and `outer_depth` fields to rack model
* [#867](https://github.com/digitalocean/netbox/issues/867) - Added `description` field to circuit terminations
* [#1444](https://github.com/digitalocean/netbox/issues/1444) - Added an `asset_tag` field for racks
* [#2000](https://github.com/digitalocean/netbox/issues/2000) - Dropped support for Python 2
* [#2104](https://github.com/digitalocean/netbox/issues/2104) - Added a `status` field for racks
@@ -37,6 +38,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
* `power_ports`
* `pass_through_ports`
* The field `interface_ordering` has been removed from the DeviceType serializer
* Added a `description` field to the CircuitTermination serializer
---