[PR #17059] [MERGED] 17058 RackType name -> model #14988

Closed
opened 2025-12-30 00:19:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17059
Author: @arthanson
Created: 8/1/2024
Status: Merged
Merged: 8/1/2024
Merged by: @jeremystretch

Base: featureHead: 17058-racktype-name


📝 Commits (4)

📊 Changes

15 files changed (+74 additions, -59 deletions)

View changed files

📝 docs/models/dcim/racktype.md (+6 -2)
📝 netbox/dcim/api/serializers_/racks.py (+2 -2)
📝 netbox/dcim/filtersets.py (+2 -2)
📝 netbox/dcim/forms/bulk_import.py (+1 -1)
📝 netbox/dcim/forms/model_forms.py (+6 -3)
📝 netbox/dcim/graphql/types.py (+0 -1)
📝 netbox/dcim/migrations/0188_racktype.py (+14 -9)
📝 netbox/dcim/models/racks.py (+15 -10)
📝 netbox/dcim/search.py (+1 -1)
📝 netbox/dcim/tables/racks.py (+4 -5)
📝 netbox/dcim/tests/test_api.py (+7 -7)
📝 netbox/dcim/tests/test_filtersets.py (+7 -7)
📝 netbox/dcim/tests/test_models.py (+1 -1)
📝 netbox/dcim/tests/test_views.py (+6 -6)
📝 netbox/templates/dcim/racktype.html (+2 -2)

📄 Description

Fixes: #17058


🔄 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/17059 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17058-racktype-name` --- ### 📝 Commits (4) - [`c2b3259`](https://github.com/netbox-community/netbox/commit/c2b325974ad5616beb50b89511494f26c1701a12) 17058 RackType name -> model - [`bcb99cd`](https://github.com/netbox-community/netbox/commit/bcb99cdacd9bed07d63abea0e8710f86728dec92) 17058 RackType name -> model - [`6b9d1dd`](https://github.com/netbox-community/netbox/commit/6b9d1ddb938322764f3bf51c297c89d566b58d84) 17058 fix tests - [`d18b739`](https://github.com/netbox-community/netbox/commit/d18b739ac3d40bc7d11cf7d223e80c53ab8e197a) 17058 fix tests ### 📊 Changes **15 files changed** (+74 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/racktype.md` (+6 -2) 📝 `netbox/dcim/api/serializers_/racks.py` (+2 -2) 📝 `netbox/dcim/filtersets.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_import.py` (+1 -1) 📝 `netbox/dcim/forms/model_forms.py` (+6 -3) 📝 `netbox/dcim/graphql/types.py` (+0 -1) 📝 `netbox/dcim/migrations/0188_racktype.py` (+14 -9) 📝 `netbox/dcim/models/racks.py` (+15 -10) 📝 `netbox/dcim/search.py` (+1 -1) 📝 `netbox/dcim/tables/racks.py` (+4 -5) 📝 `netbox/dcim/tests/test_api.py` (+7 -7) 📝 `netbox/dcim/tests/test_filtersets.py` (+7 -7) 📝 `netbox/dcim/tests/test_models.py` (+1 -1) 📝 `netbox/dcim/tests/test_views.py` (+6 -6) 📝 `netbox/templates/dcim/racktype.html` (+2 -2) </details> ### 📄 Description ### Fixes: #17058 --- <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-30 00:19:18 +01:00
adam closed this issue 2025-12-30 00:19:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14988