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

Fixes #3944: Fix AttributeError exception when viewing prefixes list

This commit is contained in:
Jeremy Stretch
2020-01-16 21:39:46 -05:00
parent 604924231a
commit 5369aef971
3 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
# v2.7.1 (FUTURE)
# Bug Fixes
* [#3944](https://github.com/netbox-community/netbox/issues/3944) - Fix AttributeError exception when viewing prefixes list
---
# v2.7.0 (2020-01-16)
**Note:** This release completely removes the topology map feature ([#2745](https://github.com/netbox-community/netbox/issues/2745)).