[PR #2244] [MERGED] Release v2.3.6 #12344

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2244
Author: @jeremystretch
Created: 7/16/2018
Status: Merged
Merged: 7/16/2018
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 03ce4bd Added VirtualChassis Searching
  • acc59a9 Fix PEP8
  • 302c141 Post-release version bump
  • b10635a Added housekeeping as an issue category
  • f70b7ca More verbose LDAP nested groups documentation
  • b19bf79 Closes #2138: Added documentation for filtering on custom fields
  • 4bd36f0 Closes #2062: Added a note about parent/child device type role
  • 77518ea Merge pull request #2218 from alexjhart/develop
  • ed84c4b Merge pull request #2115 from DanSheps/develop
  • 72cb1cb Queryset fixes for virtual chassis

📊 Changes

13 files changed (+54 additions, -13 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE.md (+2 -1)
📝 docs/api/overview.md (+25 -0)
📝 docs/data-model/dcim.md (+2 -0)
📝 docs/installation/ldap.md (+1 -1)
📝 docs/miscellaneous/reports.md (+3 -3)
📝 netbox/dcim/forms.py (+3 -2)
📝 netbox/dcim/views.py (+1 -1)
📝 netbox/netbox/forms.py (+1 -0)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/views.py (+9 -3)
📝 netbox/templates/dcim/device.html (+1 -0)
📝 netbox/templates/dcim/inc/devicebay.html (+4 -0)
📝 requirements.txt (+1 -1)

📄 Description

Enhancements

  • #2107 - Added virtual chassis to global search
  • #2125 - Show child status in device bay list

Bug Fixes

  • #2214 - Error when assigning a VLAN to an interface on a VM in a cluster with no assigned site
  • #2239 - Pin django-filter to version 1.1.0

🔄 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/2244 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/16/2018 **Status:** ✅ Merged **Merged:** 7/16/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`03ce4bd`](https://github.com/netbox-community/netbox/commit/03ce4bdfcafa92d5d1989e274abd2f8394f15dd3) Added VirtualChassis Searching - [`acc59a9`](https://github.com/netbox-community/netbox/commit/acc59a9da51c21da3055055451c0b7458a90e423) Fix PEP8 - [`302c141`](https://github.com/netbox-community/netbox/commit/302c14186a2020fa2a241cb0b0bbe1fd9dc0a367) Post-release version bump - [`b10635a`](https://github.com/netbox-community/netbox/commit/b10635a9b18a77af028128f2272fa2f17f020d6f) Added housekeeping as an issue category - [`f70b7ca`](https://github.com/netbox-community/netbox/commit/f70b7cab21c3f8e47a8cc54bad254d0e068d0db8) More verbose LDAP nested groups documentation - [`b19bf79`](https://github.com/netbox-community/netbox/commit/b19bf791a4e85c486dfa13e0f9ce0753fd80ff4c) Closes #2138: Added documentation for filtering on custom fields - [`4bd36f0`](https://github.com/netbox-community/netbox/commit/4bd36f0ea9f2402aa7ce121a310563ce1900f0d6) Closes #2062: Added a note about parent/child device type role - [`77518ea`](https://github.com/netbox-community/netbox/commit/77518eaf69c18944646a5d66b2b50802c50da7a6) Merge pull request #2218 from alexjhart/develop - [`ed84c4b`](https://github.com/netbox-community/netbox/commit/ed84c4b2104d731c03f88e88b3081c6d029fae64) Merge pull request #2115 from DanSheps/develop - [`72cb1cb`](https://github.com/netbox-community/netbox/commit/72cb1cbfff1b503722f7c98ae5bba88ce6cb919f) Queryset fixes for virtual chassis ### 📊 Changes **13 files changed** (+54 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE.md` (+2 -1) 📝 `docs/api/overview.md` (+25 -0) 📝 `docs/data-model/dcim.md` (+2 -0) 📝 `docs/installation/ldap.md` (+1 -1) 📝 `docs/miscellaneous/reports.md` (+3 -3) 📝 `netbox/dcim/forms.py` (+3 -2) 📝 `netbox/dcim/views.py` (+1 -1) 📝 `netbox/netbox/forms.py` (+1 -0) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/views.py` (+9 -3) 📝 `netbox/templates/dcim/device.html` (+1 -0) 📝 `netbox/templates/dcim/inc/devicebay.html` (+4 -0) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description ## Enhancements * [#2107](https://github.com/digitalocean/netbox/issues/2107) - Added virtual chassis to global search * [#2125](https://github.com/digitalocean/netbox/issues/2125) - Show child status in device bay list ## Bug Fixes * [#2214](https://github.com/digitalocean/netbox/issues/2214) - Error when assigning a VLAN to an interface on a VM in a cluster with no assigned site * [#2239](https://github.com/digitalocean/netbox/issues/2239) - Pin django-filter to version 1.1.0 --- <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:20:59 +01:00
adam closed this issue 2025-12-29 22:21:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12344