[PR #11853] [MERGED] Closes #7947: Add mark_utilized to IPRange #13855

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11853
Author: @jeremystretch
Created: 2/28/2023
Status: Merged
Merged: 3/1/2023
Merged by: @jeremystretch

Base: featureHead: 7949-iprange-utilization


📝 Commits (1)

  • f329eef Add mark_utilized to IPRange

📊 Changes

12 files changed (+61 additions, -10 deletions)

View changed files

📝 docs/models/ipam/iprange.md (+4 -0)
📝 docs/release-notes/version-3.5.md (+1 -0)
📝 netbox/ipam/api/serializers.py (+1 -1)
📝 netbox/ipam/filtersets.py (+1 -1)
📝 netbox/ipam/forms/bulk_edit.py (+6 -1)
📝 netbox/ipam/forms/bulk_import.py (+2 -1)
📝 netbox/ipam/forms/filtersets.py (+8 -1)
📝 netbox/ipam/forms/model_forms.py (+3 -3)
netbox/ipam/migrations/0065_iprange_mark_utilized.py (+18 -0)
📝 netbox/ipam/models/ip.py (+7 -0)
📝 netbox/ipam/tables/ip.py (+4 -1)
📝 netbox/templates/ipam/iprange.html (+6 -1)

📄 Description

Fixes: #7947

  • Add mark_utilized field to IPRange
  • Update utilization() to account for value of mark_utilized

🔄 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/11853 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `7949-iprange-utilization` --- ### 📝 Commits (1) - [`f329eef`](https://github.com/netbox-community/netbox/commit/f329eef2c03d33e971fc51bea11a8754e3560577) Add mark_utilized to IPRange ### 📊 Changes **12 files changed** (+61 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/ipam/iprange.md` (+4 -0) 📝 `docs/release-notes/version-3.5.md` (+1 -0) 📝 `netbox/ipam/api/serializers.py` (+1 -1) 📝 `netbox/ipam/filtersets.py` (+1 -1) 📝 `netbox/ipam/forms/bulk_edit.py` (+6 -1) 📝 `netbox/ipam/forms/bulk_import.py` (+2 -1) 📝 `netbox/ipam/forms/filtersets.py` (+8 -1) 📝 `netbox/ipam/forms/model_forms.py` (+3 -3) ➕ `netbox/ipam/migrations/0065_iprange_mark_utilized.py` (+18 -0) 📝 `netbox/ipam/models/ip.py` (+7 -0) 📝 `netbox/ipam/tables/ip.py` (+4 -1) 📝 `netbox/templates/ipam/iprange.html` (+6 -1) </details> ### 📄 Description ### Fixes: #7947 - Add `mark_utilized` field to IPRange - Update `utilization()` to account for value of `mark_utilized` --- <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 23:21:11 +01:00
adam closed this issue 2025-12-29 23:21: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#13855