Skip to content

Commit ec53e93

Browse files
committed
netbox v4.1 compatibility
1 parent f1645c8 commit ec53e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_changelog_diff_plugin/template_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class ChangeLogDiffTemplateExtension(PluginTemplateExtension):
6-
model = "extras.objectchange"
6+
models = ["core.objectchange"]
77

88
def full_width_page(self):
99
prechange_data = self.context["object"].prechange_data

0 commit comments

Comments
 (0)