Fixes #4241: Correct IP address hyperlinks on interface view

This commit is contained in:
Jeremy Stretch
2020-02-21 21:43:04 -05:00
parent 04ee55a40c
commit 1a997610c7
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#4235](https://github.com/netbox-community/netbox/issues/4235) - Fix API representation of `content_type` for export templates
* [#4239](https://github.com/netbox-community/netbox/issues/4239) - Fix exception when selecting all filtered objects during bulk edit
* [#4240](https://github.com/netbox-community/netbox/issues/4240) - Fix exception when filtering foreign keys by NULL
* [#4241](https://github.com/netbox-community/netbox/issues/4241) - Correct IP address hyperlinks on interface view
---