Update table accessors to use dunders in path

This commit is contained in:
jeremystretch
2022-02-02 09:18:50 -05:00
parent c15cfc26f1
commit 2a8e0f9404
4 changed files with 5 additions and 5 deletions

View File

@@ -368,7 +368,7 @@ class IPAddressTable(BaseTable):
verbose_name='Interface'
)
assigned_object_parent = tables.Column(
accessor='assigned_object.parent_object',
accessor='assigned_object__parent_object',
linkify=True,
orderable=False,
verbose_name='Device/VM'