Skip to content

Commit

Permalink
Fixes #14749: Remove errant translation wrapper from DeviceBay instal…
Browse files Browse the repository at this point in the history
…led_device
  • Loading branch information
jeremystretch committed Jan 9, 2024
1 parent e1e198e commit 22a2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/models/device_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ class DeviceBay(ComponentModel, TrackingModelMixin):
installed_device = models.OneToOneField(
to='dcim.Device',
on_delete=models.SET_NULL,
related_name=_('parent_bay'),
related_name='parent_bay',
blank=True,
null=True
)
Expand Down

0 comments on commit 22a2ab3

Please sign in to comment.