fix #39
This commit is contained in:
parent
0de2c18bec
commit
08d692c0da
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue