[PR #15964] [MERGED] Fixes #15960: Use internal ManyToManyColumn to ensure proper export behavior #14738

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15964
Author: @jeremystretch
Created: 5/6/2024
Status: Merged
Merged: 5/6/2024
Merged by: @jeremystretch

Base: developHead: 15960-fix-m2m-column-exports


📝 Commits (1)

  • ba65ae7 Fixes #15960: Use internal ManyToManyColumn to ensure proper export behavior

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 netbox/dcim/tables/devices.py (+1 -1)
📝 netbox/ipam/tables/ip.py (+1 -1)
📝 netbox/vpn/tables/crypto.py (+2 -2)
📝 netbox/vpn/tables/tunnels.py (+1 -1)

📄 Description

Fixes: #15960

Replace all uses of ManyToManyColumn from django-tables2 with our own modified column to ensure proper formatting of values on export.


🔄 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/15964 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15960-fix-m2m-column-exports` --- ### 📝 Commits (1) - [`ba65ae7`](https://github.com/netbox-community/netbox/commit/ba65ae71c96c7c71d7db2ec019327744f4c5eab6) Fixes #15960: Use internal ManyToManyColumn to ensure proper export behavior ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/devices.py` (+1 -1) 📝 `netbox/ipam/tables/ip.py` (+1 -1) 📝 `netbox/vpn/tables/crypto.py` (+2 -2) 📝 `netbox/vpn/tables/tunnels.py` (+1 -1) </details> ### 📄 Description ### Fixes: #15960 Replace all uses of ManyToManyColumn from django-tables2 with our own modified column to ensure proper formatting of values on export. --- <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:26:23 +01:00
adam closed this issue 2025-12-29 23:26: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#14738