[PR #12587] [MERGED] Closes #11017: increase maximum power draw #14013

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

📋 Pull Request Information

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

Base: developHead: 11017-increase-maximum-draw


📝 Commits (3)

  • e76d64d Convert power draw/max draw to PositiveIntegerField
  • 7fca1db Closes #11017: Increase maximum power draw
  • 7015ede Rename migration file for clarity

📊 Changes

3 files changed (+46 additions, -4 deletions)

View changed files

netbox/dcim/migrations/0172_larger_power_draw_values.py (+42 -0)
📝 netbox/dcim/models/device_component_templates.py (+2 -2)
📝 netbox/dcim/models/device_components.py (+2 -2)

📄 Description

Fixes: #11017

  • Changes allocated_draw and maximum_draw to PositiveIntegerFields

🔄 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/12587 **Author:** [@decoupca](https://github.com/decoupca) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11017-increase-maximum-draw` --- ### 📝 Commits (3) - [`e76d64d`](https://github.com/netbox-community/netbox/commit/e76d64dacc414aacee56e258516fb7095ef8b30c) Convert power draw/max draw to PositiveIntegerField - [`7fca1db`](https://github.com/netbox-community/netbox/commit/7fca1db07540a602dc6a69eb85054a1ac53a5508) Closes #11017: Increase maximum power draw - [`7015ede`](https://github.com/netbox-community/netbox/commit/7015edef95ecc5ec15d1dcaa435c2d486be2f5a6) Rename migration file for clarity ### 📊 Changes **3 files changed** (+46 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `netbox/dcim/migrations/0172_larger_power_draw_values.py` (+42 -0) 📝 `netbox/dcim/models/device_component_templates.py` (+2 -2) 📝 `netbox/dcim/models/device_components.py` (+2 -2) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #11017 * Changes allocated_draw and maximum_draw to PositiveIntegerFields --- <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:02 +01:00
adam closed this issue 2025-12-29 23:22:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14013