[PR #4594] [MERGED] Release v2.8.3 #12884

Closed
opened 2025-12-29 22:24:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4594
Author: @jeremystretch
Created: 5/7/2020
Status: Merged
Merged: 5/7/2020
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (4)

  • 5dfcca9 Post-release version bump
  • 3711283 Extend ViewTestCases to get and list objects as a non-authenticated user
  • 5c1adf9 Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user
  • af96ffb Release v2.8.3

📊 Changes

7 files changed (+46 additions, -9 deletions)

View changed files

📝 docs/release-notes/version-2.8.md (+8 -0)
📝 netbox/extras/views.py (+10 -4)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/utilities/obj_list.html (+1 -1)
📝 netbox/utilities/paginator.py (+5 -2)
📝 netbox/utilities/testing/testcases.py (+14 -0)
📝 netbox/utilities/views.py (+7 -1)

📄 Description

Bug Fixes

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4594 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 5/7/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (4) - [`5dfcca9`](https://github.com/netbox-community/netbox/commit/5dfcca96c870544b9ba66c83ad239bfefc8e6941) Post-release version bump - [`3711283`](https://github.com/netbox-community/netbox/commit/3711283de53bfc7950ab56e6312f76578ee2d344) Extend ViewTestCases to get and list objects as a non-authenticated user - [`5c1adf9`](https://github.com/netbox-community/netbox/commit/5c1adf9e3775968842f6c0deddd7291ac924b554) Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user - [`af96ffb`](https://github.com/netbox-community/netbox/commit/af96ffb3e9d0ceb0dfa1e67b77d8628b466c3abf) Release v2.8.3 ### 📊 Changes **7 files changed** (+46 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.8.md` (+8 -0) 📝 `netbox/extras/views.py` (+10 -4) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/utilities/obj_list.html` (+1 -1) 📝 `netbox/utilities/paginator.py` (+5 -2) 📝 `netbox/utilities/testing/testcases.py` (+14 -0) 📝 `netbox/utilities/views.py` (+7 -1) </details> ### 📄 Description ### Bug Fixes * [#4593](https://github.com/netbox-community/netbox/issues/4593) - Fix AttributeError exception when viewing object lists as a non-authenticated user --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:24:10 +01:00
adam closed this issue 2025-12-29 22:24:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12884