related_name should not be translated #9071

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

Originally created by @EdwardFuchs on GitHub (Jan 9, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v3.7.0

Python Version

3.8

Steps to Reproduce

If you enable the translation function, an error appears. This is due to the fact that in netbox/dcim/models/device_components.py in the DeviceBay class the translation was made related_name.

Expected Behavior

remove translation for related_name.

Observed Behavior

Nonetype Object Has No Attribute model

Originally created by @EdwardFuchs on GitHub (Jan 9, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v3.7.0 ### Python Version 3.8 ### Steps to Reproduce If you enable the translation function, an error appears. This is due to the fact that in `netbox/dcim/models/device_components.py` in the `DeviceBay` class the translation was made `related_name`. ### Expected Behavior remove translation for `related_name`. ### Observed Behavior Nonetype Object Has No Attribute model
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:45:03 +01:00
adam closed this issue 2025-12-29 20:45:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9071