[PR #3837] [MERGED] Release v2.6.11 #12657

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3837
Author: @jeremystretch
Created: 1/3/2020
Status: Merged
Merged: 1/3/2020
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (4)

📊 Changes

11 files changed (+333 additions, -40 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+9 -0)
📝 netbox/circuits/filters.py (+11 -0)
📝 netbox/circuits/forms.py (+15 -0)
📝 netbox/dcim/filters.py (+77 -0)
📝 netbox/dcim/forms.py (+90 -8)
📝 netbox/ipam/filters.py (+35 -2)
📝 netbox/ipam/forms.py (+41 -4)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/utilities/templates/widgets/select_api.html (+8 -4)
📝 netbox/virtualization/filters.py (+21 -10)
📝 netbox/virtualization/forms.py (+25 -11)

📄 Description

Bug Fixes

  • #3831 - Fix API-driven filter field rendering (#3812 regression)
  • #3833 - Add missing region filters for multiple objects

🔄 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/3837 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/3/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (4) - [`c2dc243`](https://github.com/netbox-community/netbox/commit/c2dc243c7c5f8874cd28e3d9732f5e9adac9ae38) Post-release version bump - [`b38bb64`](https://github.com/netbox-community/netbox/commit/b38bb64c81951694bec75690cef27029cf57df08) Fixes #3831: Fix API-driven filter field rendering (#3812 regression) - [`57f199f`](https://github.com/netbox-community/netbox/commit/57f199f89944a3cdd5b70f2535d00e3cde1d81ff) Fixes #3833: Add region and region_id filters where missing (#3836) - [`e3b448b`](https://github.com/netbox-community/netbox/commit/e3b448b7ad40312d1fe7bd3d5f1b796eb97e9394) Release v2.6.11 ### 📊 Changes **11 files changed** (+333 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+9 -0) 📝 `netbox/circuits/filters.py` (+11 -0) 📝 `netbox/circuits/forms.py` (+15 -0) 📝 `netbox/dcim/filters.py` (+77 -0) 📝 `netbox/dcim/forms.py` (+90 -8) 📝 `netbox/ipam/filters.py` (+35 -2) 📝 `netbox/ipam/forms.py` (+41 -4) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/utilities/templates/widgets/select_api.html` (+8 -4) 📝 `netbox/virtualization/filters.py` (+21 -10) 📝 `netbox/virtualization/forms.py` (+25 -11) </details> ### 📄 Description ## Bug Fixes * [#3831](https://github.com/netbox-community/netbox/issues/3831) - Fix API-driven filter field rendering (#3812 regression) * [#3833](https://github.com/netbox-community/netbox/issues/3833) - Add missing region filters for multiple objects --- <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:22:53 +01:00
adam closed this issue 2025-12-29 22:22:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12657