[PR #4167] [MERGED] Release v2.7.6 #12779

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4167
Author: @jeremystretch
Created: 2/14/2020
Status: Merged
Merged: 2/14/2020
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (3)

  • 4d50cad Post-release version bump
  • 9093236 Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields
  • 0863145 Release v2.7.6

📊 Changes

9 files changed (+26 additions, -12 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+8 -0)
📝 netbox/dcim/migrations/0093_device_component_ordering.py (+1 -1)
📝 netbox/dcim/migrations/0094_device_component_template_ordering.py (+1 -1)
📝 netbox/dcim/migrations/0095_primary_model_ordering.py (+1 -1)
📝 netbox/dcim/migrations/0096_interface_ordering.py (+1 -1)
📝 netbox/extras/management/commands/renaturalize.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/utilities/ordering.py (+4 -4)
📝 netbox/utilities/tests/test_ordering.py (+8 -2)

📄 Description

Bug Fixes

  • #4166 - Fix schema migrations to enforce maximum character length for naturalized fields

🔄 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/4167 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/14/2020 **Status:** ✅ Merged **Merged:** 2/14/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (3) - [`4d50cad`](https://github.com/netbox-community/netbox/commit/4d50cad6ed6e0a7d048b30ef893c396678ef33de) Post-release version bump - [`9093236`](https://github.com/netbox-community/netbox/commit/909323663eca94493a2eb64e8e08bcae58290be8) Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields - [`0863145`](https://github.com/netbox-community/netbox/commit/0863145c7fdc2d619a28019fa73d848be4d44681) Release v2.7.6 ### 📊 Changes **9 files changed** (+26 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+8 -0) 📝 `netbox/dcim/migrations/0093_device_component_ordering.py` (+1 -1) 📝 `netbox/dcim/migrations/0094_device_component_template_ordering.py` (+1 -1) 📝 `netbox/dcim/migrations/0095_primary_model_ordering.py` (+1 -1) 📝 `netbox/dcim/migrations/0096_interface_ordering.py` (+1 -1) 📝 `netbox/extras/management/commands/renaturalize.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/utilities/ordering.py` (+4 -4) 📝 `netbox/utilities/tests/test_ordering.py` (+8 -2) </details> ### 📄 Description ## Bug Fixes * [#4166](https://github.com/netbox-community/netbox/issues/4166) - Fix schema migrations to enforce maximum character length for naturalized fields --- <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:23:33 +01:00
adam closed this issue 2025-12-29 22:23:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12779