[PR #3121] [MERGED] Release v2.5.11 #12501

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3121
Author: @jeremystretch
Created: 4/29/2019
Status: Merged
Merged: 4/29/2019
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 8d79353 Post-release version bump
  • a5e1088 fixes #2621 - deletion issue in the changelog middleware
  • 8b75969 fix typo in requirements
  • f4aec1e Change VLAN view columns to a 4/8 split
  • f463653 Add the decommissioning status for devices
  • 19d2850 Fixes #3112: Fix ordering of interface connections list by termination B name/device
  • d8c9b1a Fixes #3116: Fix tagged_items count in tags API endpoint
  • bd4086c Merge pull request #3103 from clercrobin/add_decommissioning
  • ca56871 Changelog & CSS fix for #3070
  • 245a971 Closes #2986: Replace DeviceComponentManager with NaturalOrderingManager

📊 Changes

14 files changed (+104 additions, -44 deletions)

View changed files

📝 CHANGELOG.md (+22 -0)
📝 netbox/dcim/constants.py (+3 -0)
📝 netbox/dcim/filters.py (+20 -0)
📝 netbox/dcim/forms.py (+4 -0)
📝 netbox/dcim/managers.py (+0 -16)
📝 netbox/dcim/models.py (+30 -15)
📝 netbox/dcim/tables.py (+5 -5)
📝 netbox/extras/api/views.py (+3 -1)
📝 netbox/extras/views.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/inc/paginator.html (+4 -2)
📝 netbox/templates/ipam/vlan.html (+2 -2)
📝 netbox/users/views.py (+8 -0)
📝 requirements.txt (+1 -1)

📄 Description

Notes

This release upgrades the Django framework to version 2.2.

Enhancements

  • #2986 - Improve natural ordering of device components
  • #3023 - Add support for filtering cables by connected device
  • #3070 - Add decommissioning status for devices

Bug Fixes

  • #2621 - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware
  • #3072 - Preserve multiselect filter values when updating per-page count for list views
  • #3112 - Fix ordering of interface connections list by termination B name/device
  • #3116 - Fix tagged_items count in tags API endpoint
  • #3118 - Disable last_login update on login when maintenance mode is enabled

🔄 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/3121 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/29/2019 **Status:** ✅ Merged **Merged:** 4/29/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`8d79353`](https://github.com/netbox-community/netbox/commit/8d79353d9bd988828fbd6592b7bd25a9289136ec) Post-release version bump - [`a5e1088`](https://github.com/netbox-community/netbox/commit/a5e1088f1f6961e6f5e87ffcdaeceb56b3b5e988) fixes #2621 - deletion issue in the changelog middleware - [`8b75969`](https://github.com/netbox-community/netbox/commit/8b75969d1db28ad326fd4d295278eb9ae20985bb) fix typo in requirements - [`f4aec1e`](https://github.com/netbox-community/netbox/commit/f4aec1e7d067108fb903be806f056a8493774d64) Change VLAN view columns to a 4/8 split - [`f463653`](https://github.com/netbox-community/netbox/commit/f4636537ad72f8d776982eddc3090856e082467b) Add the decommissioning status for devices - [`19d2850`](https://github.com/netbox-community/netbox/commit/19d2850b2981c119efea8c5df9938e19d90f1b49) Fixes #3112: Fix ordering of interface connections list by termination B name/device - [`d8c9b1a`](https://github.com/netbox-community/netbox/commit/d8c9b1af270c6bed70e47c7731238e3c22585862) Fixes #3116: Fix tagged_items count in tags API endpoint - [`bd4086c`](https://github.com/netbox-community/netbox/commit/bd4086cb5020563f2292d9ec735eb75cc4c522f4) Merge pull request #3103 from clercrobin/add_decommissioning - [`ca56871`](https://github.com/netbox-community/netbox/commit/ca56871aaaa7afd5a28b029fc2172850303ccc5f) Changelog & CSS fix for #3070 - [`245a971`](https://github.com/netbox-community/netbox/commit/245a97176a3b0c9ac89e994af70bcf06aef2436e) Closes #2986: Replace DeviceComponentManager with NaturalOrderingManager ### 📊 Changes **14 files changed** (+104 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+22 -0) 📝 `netbox/dcim/constants.py` (+3 -0) 📝 `netbox/dcim/filters.py` (+20 -0) 📝 `netbox/dcim/forms.py` (+4 -0) 📝 `netbox/dcim/managers.py` (+0 -16) 📝 `netbox/dcim/models.py` (+30 -15) 📝 `netbox/dcim/tables.py` (+5 -5) 📝 `netbox/extras/api/views.py` (+3 -1) 📝 `netbox/extras/views.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/inc/paginator.html` (+4 -2) 📝 `netbox/templates/ipam/vlan.html` (+2 -2) 📝 `netbox/users/views.py` (+8 -0) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description ## Notes This release upgrades the Django framework to version 2.2. ## Enhancements * [#2986](https://github.com/digitalocean/netbox/issues/2986) - Improve natural ordering of device components * [#3023](https://github.com/digitalocean/netbox/issues/3023) - Add support for filtering cables by connected device * [#3070](https://github.com/digitalocean/netbox/issues/3070) - Add decommissioning status for devices ## Bug Fixes * [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware * [#3072](https://github.com/digitalocean/netbox/issues/3072) - Preserve multiselect filter values when updating per-page count for list views * [#3112](https://github.com/digitalocean/netbox/issues/3112) - Fix ordering of interface connections list by termination B name/device * [#3116](https://github.com/digitalocean/netbox/issues/3116) - Fix `tagged_items` count in tags API endpoint * [#3118](https://github.com/digitalocean/netbox/issues/3118) - Disable `last_login` update on login when maintenance mode is enabled --- <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:21:56 +01:00
adam closed this issue 2025-12-29 22:21:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12501