[PR #10773] [MERGED] Closes #9832: Add mounting_depth field to rack model #13689

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10773
Author: @jeremystretch
Created: 10/27/2022
Status: Merged
Merged: 10/27/2022
Merged by: @jeremystretch

Base: featureHead: 9832-mounting-depth


📝 Commits (1)

  • 72898d2 Closes #9832: Add mounting_depth field to rack model

📊 Changes

12 files changed (+64 additions, -12 deletions)

View changed files

📝 docs/models/dcim/rack.md (+4 -0)
📝 docs/release-notes/version-3.4.md (+3 -0)
📝 netbox/dcim/api/serializers.py (+2 -2)
📝 netbox/dcim/filtersets.py (+1 -1)
📝 netbox/dcim/forms/bulk_edit.py (+9 -2)
📝 netbox/dcim/forms/bulk_import.py (+1 -1)
📝 netbox/dcim/forms/model_forms.py (+1 -1)
netbox/dcim/migrations/0164_rack_mounting_depth.py (+18 -0)
📝 netbox/dcim/models/racks.py (+9 -1)
📝 netbox/dcim/tables/racks.py (+3 -2)
📝 netbox/templates/dcim/rack.html (+12 -2)
📝 netbox/templates/dcim/rack_edit.html (+1 -0)

📄 Description

Closes #9832

  • Add optional mounting_depth field to dcim.Rack

🔄 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/10773 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 10/27/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `9832-mounting-depth` --- ### 📝 Commits (1) - [`72898d2`](https://github.com/netbox-community/netbox/commit/72898d2fe11ed2f3a709b50cc3286afc8fe9bb02) Closes #9832: Add mounting_depth field to rack model ### 📊 Changes **12 files changed** (+64 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/rack.md` (+4 -0) 📝 `docs/release-notes/version-3.4.md` (+3 -0) 📝 `netbox/dcim/api/serializers.py` (+2 -2) 📝 `netbox/dcim/filtersets.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+9 -2) 📝 `netbox/dcim/forms/bulk_import.py` (+1 -1) 📝 `netbox/dcim/forms/model_forms.py` (+1 -1) ➕ `netbox/dcim/migrations/0164_rack_mounting_depth.py` (+18 -0) 📝 `netbox/dcim/models/racks.py` (+9 -1) 📝 `netbox/dcim/tables/racks.py` (+3 -2) 📝 `netbox/templates/dcim/rack.html` (+12 -2) 📝 `netbox/templates/dcim/rack_edit.html` (+1 -0) </details> ### 📄 Description ### Closes #9832 - Add optional `mounting_depth` field to dcim.Rack --- <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:20:16 +01:00
adam closed this issue 2025-12-29 23:20:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13689