Fixes #3112: Fix ordering of interface connections list by termination B name/device

This commit is contained in:
Jeremy Stretch
2019-04-26 16:41:01 -04:00
parent f4aec1e7d0
commit 19d2850b29
2 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
## Bug Fixes
* [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware
* [#3112](https://github.com/digitalocean/netbox/issues/3112) - Fix ordering of interface connections list by termination B name/device
---