[PR #14615] [MERGED] Closes #14240: Increase min/max validation values for custom fields #14429

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14615
Author: @jeremystretch
Created: 12/27/2023
Status: Merged
Merged: 12/27/2023
Merged by: @jeremystretch

Base: featureHead: 14240-cf-min-max-values


📝 Commits (1)

  • 25e27ee Closes #14240: Increase min/max validation values for custom fields

📊 Changes

2 files changed (+25 additions, -2 deletions)

View changed files

netbox/extras/migrations/0105_customfield_min_max_values.py (+23 -0)
📝 netbox/extras/models/customfields.py (+2 -2)

📄 Description

Fixes: #14240

  • Change validation_maximum and validation_minimum to BigIntegerFields

🔄 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/14615 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 12/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14240-cf-min-max-values` --- ### 📝 Commits (1) - [`25e27ee`](https://github.com/netbox-community/netbox/commit/25e27eec88a15f1c0ae847df70a42fbd8a81183b) Closes #14240: Increase min/max validation values for custom fields ### 📊 Changes **2 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `netbox/extras/migrations/0105_customfield_min_max_values.py` (+23 -0) 📝 `netbox/extras/models/customfields.py` (+2 -2) </details> ### 📄 Description ### Fixes: #14240 - Change `validation_maximum` and `validation_minimum` to BigIntegerFields --- <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:24:26 +01:00
adam closed this issue 2025-12-29 23:24:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14429