[PR #3942] [MERGED] Fixes #3941: AttributeError when searching on IP assign #12708

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

📋 Pull Request Information

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

Base: developHead: 3941-ip-assign-exception


📝 Commits (2)

  • 9f569d4 Fixes #3941: AttributeError when searching on IP assign
  • 1c0e0fe Merge branch 'develop' into 3941-ip-assign-exception

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+3 -2)
📝 netbox/ipam/views.py (+1 -1)

📄 Description

Fixes: #3941

filters.IPAddressFilter has been renamed to filters.IPAddressFilterSet but was not updated in this particular view (feature implemented after the rename happened in the 2.7 branch).


🔄 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/3942 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/17/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3941-ip-assign-exception` --- ### 📝 Commits (2) - [`9f569d4`](https://github.com/netbox-community/netbox/commit/9f569d4b1b2ec8cd6a67942ef96fee012de78392) Fixes #3941: AttributeError when searching on IP assign - [`1c0e0fe`](https://github.com/netbox-community/netbox/commit/1c0e0fec4cb351d1913862a3588242e84dcd644b) Merge branch 'develop' into 3941-ip-assign-exception ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+3 -2) 📝 `netbox/ipam/views.py` (+1 -1) </details> ### 📄 Description ### Fixes: #3941 `filters.IPAddressFilter` has been renamed to `filters.IPAddressFilterSet` but was not updated in this particular view (feature implemented after the rename happened in the 2.7 branch). --- <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:11 +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#12708