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

Fixes #5231: Fix KeyError exception when viewing object with custom link and debugging is disabled

This commit is contained in:
Jeremy Stretch
2020-10-09 15:53:45 -04:00
parent 7545599493
commit f53810ebb2
3 changed files with 33 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.7 (FUTURE)
### Bug Fixes
* [#5231](https://github.com/netbox-community/netbox/issues/5231) - Fix KeyError exception when viewing object with custom link and debugging is disabled
---
## v2.9.6 (2020-10-09)
### Bug Fixes