diff --git a/apps/note/tables.py b/apps/note/tables.py index 9a2dce45..53fca321 100644 --- a/apps/note/tables.py +++ b/apps/note/tables.py @@ -16,6 +16,7 @@ class HistoryTable(tables.Table): 'table table-condensed table-striped table-hover' } model = Transaction + exclude = ("polymorphic_ctype",) template_name = 'django_tables2/bootstrap4.html' sequence = ('...', 'total', 'valid')