[PR #7878] [MERGED] Closes #7877: BootstrapMixin cleanup #13295

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7878
Author: @jeremystretch
Created: 11/18/2021
Status: Merged
Merged: 11/18/2021
Merged by: @jeremystretch

Base: featureHead: 7877-bootstrapmixin-cleanup


📝 Commits (5)

  • c210c69 Apply BootstrapMixin to CustomFieldModelForm
  • 55049bb Apply BootstrapMixin to BulkEditForm
  • ed2231e Apply BootstrapMixin to CustomFieldModelFilterForm
  • 98a830a Apply BootstrapMixin to ComponentForm
  • beca978 Clean up imports

📊 Changes

24 files changed (+193 additions, -217 deletions)

View changed files

📝 netbox/circuits/forms/bulk_edit.py (+5 -7)
📝 netbox/circuits/forms/filtersets.py (+5 -5)
📝 netbox/circuits/forms/models.py (+4 -4)
📝 netbox/dcim/forms/bulk_create.py (+2 -2)
📝 netbox/dcim/forms/bulk_edit.py (+26 -35)
📝 netbox/dcim/forms/connections.py (+4 -4)
📝 netbox/dcim/forms/filtersets.py (+17 -17)
📝 netbox/dcim/forms/models.py (+25 -25)
📝 netbox/dcim/forms/object_create.py (+4 -4)
📝 netbox/extras/forms/bulk_edit.py (+8 -10)
📝 netbox/extras/forms/customfields.py (+3 -3)
📝 netbox/ipam/forms/bulk_edit.py (+15 -15)
📝 netbox/ipam/forms/filtersets.py (+15 -17)
📝 netbox/ipam/forms/models.py (+14 -14)
📝 netbox/tenancy/forms/bulk_edit.py (+6 -6)
📝 netbox/tenancy/forms/filtersets.py (+6 -6)
📝 netbox/tenancy/forms/models.py (+5 -5)
📝 netbox/utilities/forms/forms.py (+2 -2)
📝 netbox/virtualization/forms/bulk_edit.py (+6 -6)
📝 netbox/virtualization/forms/filtersets.py (+4 -9)

...and 4 more files

📄 Description

Closes: #7877

General cleanup regarding the use of BootstrapMixin. Should not have any functional impact.


🔄 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/7878 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/18/2021 **Status:** ✅ Merged **Merged:** 11/18/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `7877-bootstrapmixin-cleanup` --- ### 📝 Commits (5) - [`c210c69`](https://github.com/netbox-community/netbox/commit/c210c6937bab0ae5739fd98b689ddeb5af9fb477) Apply BootstrapMixin to CustomFieldModelForm - [`55049bb`](https://github.com/netbox-community/netbox/commit/55049bb3035d04b4265499d2d5500a9b37ad4ba8) Apply BootstrapMixin to BulkEditForm - [`ed2231e`](https://github.com/netbox-community/netbox/commit/ed2231e34bfde4610a081a779eafa5e56b70348e) Apply BootstrapMixin to CustomFieldModelFilterForm - [`98a830a`](https://github.com/netbox-community/netbox/commit/98a830a6a0fbae3c9d5108b6a2a385a4bd5eda83) Apply BootstrapMixin to ComponentForm - [`beca978`](https://github.com/netbox-community/netbox/commit/beca978af52d97bdb982d7f6fd45ebb8accf9fd9) Clean up imports ### 📊 Changes **24 files changed** (+193 additions, -217 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms/bulk_edit.py` (+5 -7) 📝 `netbox/circuits/forms/filtersets.py` (+5 -5) 📝 `netbox/circuits/forms/models.py` (+4 -4) 📝 `netbox/dcim/forms/bulk_create.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_edit.py` (+26 -35) 📝 `netbox/dcim/forms/connections.py` (+4 -4) 📝 `netbox/dcim/forms/filtersets.py` (+17 -17) 📝 `netbox/dcim/forms/models.py` (+25 -25) 📝 `netbox/dcim/forms/object_create.py` (+4 -4) 📝 `netbox/extras/forms/bulk_edit.py` (+8 -10) 📝 `netbox/extras/forms/customfields.py` (+3 -3) 📝 `netbox/ipam/forms/bulk_edit.py` (+15 -15) 📝 `netbox/ipam/forms/filtersets.py` (+15 -17) 📝 `netbox/ipam/forms/models.py` (+14 -14) 📝 `netbox/tenancy/forms/bulk_edit.py` (+6 -6) 📝 `netbox/tenancy/forms/filtersets.py` (+6 -6) 📝 `netbox/tenancy/forms/models.py` (+5 -5) 📝 `netbox/utilities/forms/forms.py` (+2 -2) 📝 `netbox/virtualization/forms/bulk_edit.py` (+6 -6) 📝 `netbox/virtualization/forms/filtersets.py` (+4 -9) _...and 4 more files_ </details> ### 📄 Description ### Closes: #7877 General cleanup regarding the use of BootstrapMixin. Should not have any functional impact. --- <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 22:26:36 +01:00
adam closed this issue 2025-12-29 22:26:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13295