From 064cac4d53f8aeccfbffc51aa386c8470bacc45e Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 10 Nov 2011 08:16:00 +0100 Subject: [PATCH] do not pre-populate standard fields in class --- composer/report/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer/report/base.py b/composer/report/base.py index 021d604..86b5cf3 100644 --- a/composer/report/base.py +++ b/composer/report/base.py @@ -69,7 +69,8 @@ class Report(Template): implements(IReport) - name = identifier = title = description = u'' + name = identifier = u'' + #title = description = u'' type = 'generic' manager = None