Fixes #2567: Introduced proxy models to represent console/power/interface connections

This commit is contained in:
Jeremy Stretch
2018-11-08 09:51:13 -05:00
parent 78c7f16f3f
commit 0b90e98e75
4 changed files with 170 additions and 42 deletions

View File

@@ -40,6 +40,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
## Bug Fixes (from v2.5-beta1)
* [#2563](https://github.com/digitalocean/netbox/issues/2563) - Enable export templates for cables
* [#2567](https://github.com/digitalocean/netbox/issues/2567) - Introduced proxy models to represent console/power/interface connections
## API Changes