[PR #3946] [MERGED] Release v2.7.1 #12706

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (7)

  • 6049242 Post-release version bump
  • 9f569d4 Fixes #3941: AttributeError when searching on IP assign
  • 5369aef Fixes #3944: Fix AttributeError exception when viewing prefixes list
  • 1c0e0fe Merge branch 'develop' into 3941-ip-assign-exception
  • f220b3f Merge pull request #3942 from hSaria/3941-ip-assign-exception
  • 0a1dd64 Fixes #3943: Prevent rack elevation links from opening new tabs/windows
  • 8aad11b Release v2.7.1

📊 Changes

6 files changed (+31 additions, -14 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+11 -1)
📝 netbox/dcim/models/__init__.py (+10 -5)
📝 netbox/ipam/fields.py (+4 -6)
📝 netbox/ipam/lookups.py (+4 -0)
📝 netbox/ipam/views.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)

📄 Description

Bug Fixes

  • #3941 - Fixed exception when attempting to assign IP to interface
  • #3943 - Prevent rack elevation links from opening new tabs/windows
  • #3944 - Fix AttributeError exception when viewing prefixes list

🔄 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/3946 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/17/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (7) - [`6049242`](https://github.com/netbox-community/netbox/commit/604924231a4c0735c76f8e84557637a9ddbd5444) Post-release version bump - [`9f569d4`](https://github.com/netbox-community/netbox/commit/9f569d4b1b2ec8cd6a67942ef96fee012de78392) Fixes #3941: AttributeError when searching on IP assign - [`5369aef`](https://github.com/netbox-community/netbox/commit/5369aef97103aea982f08bce356d869fb22184ae) Fixes #3944: Fix AttributeError exception when viewing prefixes list - [`1c0e0fe`](https://github.com/netbox-community/netbox/commit/1c0e0fec4cb351d1913862a3588242e84dcd644b) Merge branch 'develop' into 3941-ip-assign-exception - [`f220b3f`](https://github.com/netbox-community/netbox/commit/f220b3f128b686e2bff76afcfb94c33ec5305a2c) Merge pull request #3942 from hSaria/3941-ip-assign-exception - [`0a1dd64`](https://github.com/netbox-community/netbox/commit/0a1dd64b9440593dd51007be16f29950d980ac0e) Fixes #3943: Prevent rack elevation links from opening new tabs/windows - [`8aad11b`](https://github.com/netbox-community/netbox/commit/8aad11b8d2e8db38671ebfaa80edc00a01724658) Release v2.7.1 ### 📊 Changes **6 files changed** (+31 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+11 -1) 📝 `netbox/dcim/models/__init__.py` (+10 -5) 📝 `netbox/ipam/fields.py` (+4 -6) 📝 `netbox/ipam/lookups.py` (+4 -0) 📝 `netbox/ipam/views.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) </details> ### 📄 Description ## Bug Fixes * [#3941](https://github.com/netbox-community/netbox/issues/3941) - Fixed exception when attempting to assign IP to interface * [#3943](https://github.com/netbox-community/netbox/issues/3943) - Prevent rack elevation links from opening new tabs/windows * [#3944](https://github.com/netbox-community/netbox/issues/3944) - Fix AttributeError exception when viewing prefixes list --- <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:10 +01:00
adam closed this issue 2025-12-29 22:23:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12706