[PR #17693] [MERGED] 16546 define get_absolute_url method in NetBoxModel #15168

Closed
opened 2025-12-30 00:20:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17693
Author: @arthanson
Created: 10/8/2024
Status: Merged
Merged: 10/10/2024
Merged by: @jeremystretch

Base: featureHead: 16546-get-absulute-url


📝 Commits (6)

  • 7655ce0 16546 define get_absolute_url method in NetBoxModel
  • 19d87f6 16546 define get_absolute_url method in NetBoxModel
  • a18b7d2 16546 define get_absolute_url method in NetBoxModel
  • d3173f8 16546 move get_absolute_url to NetBoxFeatureSet
  • d2e537b 16546 fix CircuitTermination
  • 621b0e1 Fix linebreaks

📊 Changes

24 files changed (+4 additions, -228 deletions)

View changed files

📝 netbox/circuits/models/circuits.py (+0 -9)
📝 netbox/circuits/models/providers.py (+0 -9)
📝 netbox/core/models/data.py (+0 -3)
📝 netbox/dcim/models/cables.py (+0 -3)
📝 netbox/dcim/models/device_components.py (+0 -33)
📝 netbox/dcim/models/devices.py (+0 -27)
📝 netbox/dcim/models/power.py (+0 -6)
📝 netbox/dcim/models/racks.py (+0 -12)
📝 netbox/dcim/models/sites.py (+0 -12)
📝 netbox/ipam/models/asns.py (+0 -6)
📝 netbox/ipam/models/fhrp.py (+0 -3)
📝 netbox/ipam/models/ip.py (+0 -18)
📝 netbox/ipam/models/services.py (+0 -6)
📝 netbox/ipam/models/vlans.py (+0 -6)
📝 netbox/ipam/models/vrfs.py (+0 -6)
📝 netbox/netbox/models/__init__.py (+4 -0)
📝 netbox/tenancy/models/contacts.py (+0 -9)
📝 netbox/tenancy/models/tenants.py (+0 -6)
📝 netbox/virtualization/models/clusters.py (+0 -9)
📝 netbox/virtualization/models/virtualmachines.py (+0 -9)

...and 4 more files

📄 Description

Fixes: #16546


🔄 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/17693 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `16546-get-absulute-url` --- ### 📝 Commits (6) - [`7655ce0`](https://github.com/netbox-community/netbox/commit/7655ce089bec5dc348527de31d0b4fdfe4cb8098) 16546 define get_absolute_url method in NetBoxModel - [`19d87f6`](https://github.com/netbox-community/netbox/commit/19d87f68bb7eee7a1cc02d945ea28fd53d8815a4) 16546 define get_absolute_url method in NetBoxModel - [`a18b7d2`](https://github.com/netbox-community/netbox/commit/a18b7d2b44b5319d7afb6b8c9aad55e3ca070075) 16546 define get_absolute_url method in NetBoxModel - [`d3173f8`](https://github.com/netbox-community/netbox/commit/d3173f8f1474396275cdee1776a8c1089234b888) 16546 move get_absolute_url to NetBoxFeatureSet - [`d2e537b`](https://github.com/netbox-community/netbox/commit/d2e537b700458ecdfec52fdf75141924b38b8ffa) 16546 fix CircuitTermination - [`621b0e1`](https://github.com/netbox-community/netbox/commit/621b0e10d44a39afadc2487f55d1ae38227a6eb6) Fix linebreaks ### 📊 Changes **24 files changed** (+4 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/models/circuits.py` (+0 -9) 📝 `netbox/circuits/models/providers.py` (+0 -9) 📝 `netbox/core/models/data.py` (+0 -3) 📝 `netbox/dcim/models/cables.py` (+0 -3) 📝 `netbox/dcim/models/device_components.py` (+0 -33) 📝 `netbox/dcim/models/devices.py` (+0 -27) 📝 `netbox/dcim/models/power.py` (+0 -6) 📝 `netbox/dcim/models/racks.py` (+0 -12) 📝 `netbox/dcim/models/sites.py` (+0 -12) 📝 `netbox/ipam/models/asns.py` (+0 -6) 📝 `netbox/ipam/models/fhrp.py` (+0 -3) 📝 `netbox/ipam/models/ip.py` (+0 -18) 📝 `netbox/ipam/models/services.py` (+0 -6) 📝 `netbox/ipam/models/vlans.py` (+0 -6) 📝 `netbox/ipam/models/vrfs.py` (+0 -6) 📝 `netbox/netbox/models/__init__.py` (+4 -0) 📝 `netbox/tenancy/models/contacts.py` (+0 -9) 📝 `netbox/tenancy/models/tenants.py` (+0 -6) 📝 `netbox/virtualization/models/clusters.py` (+0 -9) 📝 `netbox/virtualization/models/virtualmachines.py` (+0 -9) _...and 4 more files_ </details> ### 📄 Description ### Fixes: #16546 --- <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-30 00:20:22 +01:00
adam closed this issue 2025-12-30 00:20:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15168