From 5649024d9353a5c7db10deefe096e35d876da22b Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 12 Nov 2018 23:27:14 -0500 Subject: [PATCH] #2586 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff931e92..f4f2e91ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ NetBox now supports modeling physical cables for console, power, and interface c * [#2579](https://github.com/digitalocean/netbox/issues/2579) - Add missing cable disconnect buttons for front/rear ports * [#2584](https://github.com/digitalocean/netbox/issues/2584) - Prevent a Front port from being connected to its corresponding rear port * [#2585](https://github.com/digitalocean/netbox/issues/2585) - Prevent cable connections that include a virtual interface +* [#2586](https://github.com/digitalocean/netbox/issues/2585) - Added tests for the Cable model's clean() method ## API Changes