[PR #12782] [MERGED] 11305 Add GPS coordinates to device #14046

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/12782
Author: @arthanson
Created: 6/1/2023
Status: Merged
Merged: 6/14/2023
Merged by: @jeremystretch

Base: featureHead: 11305-device-gps


📝 Commits (3)

📊 Changes

12 files changed (+86 additions, -15 deletions)

View changed files

📝 docs/models/dcim/device.md (+4 -0)
📝 netbox/dcim/api/serializers.py (+4 -3)
📝 netbox/dcim/filtersets.py (+1 -1)
📝 netbox/dcim/forms/bulk_import.py (+3 -2)
📝 netbox/dcim/forms/model_forms.py (+3 -3)
netbox/dcim/migrations/0174_device_latitude_device_longitude.py (+22 -0)
📝 netbox/dcim/models/devices.py (+14 -0)
📝 netbox/dcim/tables/devices.py (+3 -3)
📝 netbox/dcim/tests/test_filtersets.py (+11 -3)
📝 netbox/dcim/tests/test_views.py (+2 -0)
📝 netbox/templates/dcim/device.html (+17 -0)
📝 netbox/templates/dcim/device_edit.html (+2 -0)

📄 Description

Fixes: #11305


🔄 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/12782 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/1/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11305-device-gps` --- ### 📝 Commits (3) - [`9b56b55`](https://github.com/netbox-community/netbox/commit/9b56b55dbb25383e2a38f5984609fcbe2a4e8f21) 11305 add lat/long to devices - [`afd4f74`](https://github.com/netbox-community/netbox/commit/afd4f74649686d25c573863774635c9977811901) 11305 update docs - [`37cbc0e`](https://github.com/netbox-community/netbox/commit/37cbc0e35180788349b7215e0e20122f41b33e48) 11305 update tests ### 📊 Changes **12 files changed** (+86 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/device.md` (+4 -0) 📝 `netbox/dcim/api/serializers.py` (+4 -3) 📝 `netbox/dcim/filtersets.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_import.py` (+3 -2) 📝 `netbox/dcim/forms/model_forms.py` (+3 -3) ➕ `netbox/dcim/migrations/0174_device_latitude_device_longitude.py` (+22 -0) 📝 `netbox/dcim/models/devices.py` (+14 -0) 📝 `netbox/dcim/tables/devices.py` (+3 -3) 📝 `netbox/dcim/tests/test_filtersets.py` (+11 -3) 📝 `netbox/dcim/tests/test_views.py` (+2 -0) 📝 `netbox/templates/dcim/device.html` (+17 -0) 📝 `netbox/templates/dcim/device_edit.html` (+2 -0) </details> ### 📄 Description ### Fixes: #11305 --- <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:22:13 +01:00
adam closed this issue 2025-12-29 23:22:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14046