This commit is contained in:
Pierre-antoine Comby 2020-03-09 18:10:24 +01:00
parent 0de2c18bec
commit 08d692c0da
1 changed files with 1 additions and 0 deletions

View File

@ -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')