From 08d692c0daf637642d4ae2d6a396ca97433ba21f Mon Sep 17 00:00:00 2001
From: Pierre-antoine Comby <comby@crans.org>
Date: Mon, 9 Mar 2020 18:10:24 +0100
Subject: [PATCH] fix #39

---
 apps/note/tables.py | 1 +
 1 file changed, 1 insertion(+)

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