[PR #13592] [MERGED] 12553 prefix serializer to IPAddress #14219

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13592
Author: @arthanson
Created: 8/29/2023
Status: Merged
Merged: 9/6/2023
Merged by: @jeremystretch

Base: developHead: 12553-prefix-serializer


📝 Commits (2)

  • bc62068 12553 prefix serializer to IPAddress
  • 4364bf2 Introduce IPNetworkField to handle prefix serialization

📊 Changes

2 files changed (+30 additions, -16 deletions)

View changed files

📝 netbox/ipam/api/field_serializers.py (+27 -10)
📝 netbox/ipam/api/serializers.py (+3 -6)

📄 Description

Fixes: #12553

@jeremystretch I think this is the correct fix, seems like it should be an IPAddress field.


🔄 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/13592 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/29/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `12553-prefix-serializer` --- ### 📝 Commits (2) - [`bc62068`](https://github.com/netbox-community/netbox/commit/bc62068aa8aaea5188c85e10a1b2ed8bd457c5ea) 12553 prefix serializer to IPAddress - [`4364bf2`](https://github.com/netbox-community/netbox/commit/4364bf2b50f43298d985250ea451cbc029939af5) Introduce IPNetworkField to handle prefix serialization ### 📊 Changes **2 files changed** (+30 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/api/field_serializers.py` (+27 -10) 📝 `netbox/ipam/api/serializers.py` (+3 -6) </details> ### 📄 Description ### Fixes: #12553 @jeremystretch I think this is the correct fix, seems like it should be an IPAddress field. --- <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:23:14 +01:00
adam closed this issue 2025-12-29 23:23:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14219