Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user

This commit is contained in:
Jeremy Stretch
2020-05-06 23:44:06 -04:00
parent 26f1b18698
commit 7e1d144399
5 changed files with 31 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.8
## v2.8.3 (FUTURE)
### Bug Fixes
* [#4593](https://github.com/netbox-community/netbox/issues/4593) - Fix AttributeError exception when viewing object lists as a non-authenticated user
---
## v2.8.2 (2020-05-06)
### Enhancements