1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes: #5463 - Add check for ip_addresses attribute on circuittermination connected_endpoint

This commit is contained in:
Daniel Sheppard
2020-12-15 12:30:42 -06:00
parent 974500c281
commit 14a46f82ee
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#5458](https://github.com/netbox-community/netbox/issues/5458) - Creating a component template throws an exception
* [#5461](https://github.com/netbox-community/netbox/issues/5461) - Rack Elevations throw reverse match exception
* [#5463](https://github.com/netbox-community/netbox/issues/5463) - Back-to-back Circuit Termination throws AttributeError exception
## v2.10.0 (2020-12-14)