[PR #13290] [MERGED] 13279 update choices to use gettext_lazy #14146

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13290
Author: @arthanson
Created: 7/28/2023
Status: Merged
Merged: 7/31/2023
Merged by: @jeremystretch

Base: featureHead: 13279-choices-gettext


📝 Commits (3)

  • c45bc1b 13279 add gettext_lazy to choices
  • d004722 13279 add gettext_lazy to choices
  • fc98f68 Skip translation of standardized identifiers

📊 Changes

9 files changed (+286 additions, -271 deletions)

View changed files

📝 netbox/circuits/choices.py (+8 -6)
📝 netbox/core/choices.py (+7 -7)
📝 netbox/dcim/choices.py (+121 -119)
📝 netbox/extras/choices.py (+51 -49)
📝 netbox/ipam/choices.py (+24 -22)
📝 netbox/tenancy/choices.py (+6 -4)
📝 netbox/utilities/choices.py (+49 -46)
📝 netbox/virtualization/choices.py (+13 -11)
📝 netbox/wireless/choices.py (+7 -7)

📄 Description

Fixes: #13279


🔄 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/13290 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/31/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `13279-choices-gettext` --- ### 📝 Commits (3) - [`c45bc1b`](https://github.com/netbox-community/netbox/commit/c45bc1b591c220748b8799ad58058b520b2d6eab) 13279 add gettext_lazy to choices - [`d004722`](https://github.com/netbox-community/netbox/commit/d0047220dc0976d43a8f5896929b7d9beea09251) 13279 add gettext_lazy to choices - [`fc98f68`](https://github.com/netbox-community/netbox/commit/fc98f68e8aa49ffefe80c1899496ce87101aab72) Skip translation of standardized identifiers ### 📊 Changes **9 files changed** (+286 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/choices.py` (+8 -6) 📝 `netbox/core/choices.py` (+7 -7) 📝 `netbox/dcim/choices.py` (+121 -119) 📝 `netbox/extras/choices.py` (+51 -49) 📝 `netbox/ipam/choices.py` (+24 -22) 📝 `netbox/tenancy/choices.py` (+6 -4) 📝 `netbox/utilities/choices.py` (+49 -46) 📝 `netbox/virtualization/choices.py` (+13 -11) 📝 `netbox/wireless/choices.py` (+7 -7) </details> ### 📄 Description ### Fixes: #13279 <!-- Please include a summary of the proposed changes below. --> --- <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:48 +01:00
adam closed this issue 2025-12-29 23:22:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14146