From 572779f86a0cee7de1a47a7f86ccb523e339aaa9 Mon Sep 17 00:00:00 2001 From: Sergio Saucedo Date: Mon, 24 Jan 2022 02:36:27 -0600 Subject: [PATCH] Set install_date default value as empty string --- netbox/circuits/tables.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/circuits/tables.py b/netbox/circuits/tables.py index 889792be3..ef34fb908 100644 --- a/netbox/circuits/tables.py +++ b/netbox/circuits/tables.py @@ -140,6 +140,9 @@ class CircuitTable(BaseTable): template_code=CIRCUITTERMINATION_LINK, verbose_name='Side Z' ) + install_date = tables.DateColumn( + default='' + ) commit_rate = CommitRateColumn() comments = MarkdownColumn() tags = TagColumn(