[Mpuls-commits] r954 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 27 16:25:46 CET 2010
Author: bh
Date: 2010-01-27 16:25:44 +0100 (Wed, 27 Jan 2010)
New Revision: 954
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (Case.__init__): remove instance
variables page and aidplanstatement. They're not used anywhere.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-27 15:18:03 UTC (rev 953)
+++ wasko/branches/2.0/ChangeLog 2010-01-27 15:25:44 UTC (rev 954)
@@ -1,5 +1,10 @@
2010-01-27 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/model/case.py (Case.__init__): remove instance
+ variables page and aidplanstatement. They're not used anywhere.
+
+2010-01-27 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/lib/search.py (SEARCH_CASE_SQL): fix syntax error in
query.
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-01-27 15:18:03 UTC (rev 953)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-01-27 15:25:44 UTC (rev 954)
@@ -806,11 +806,9 @@
self.cm_end = None
self.digest = None
- self.page = None
self.documents = []
self.appointments = []
self.privacy_statement = None
- self.aidplan_statement = None
self.discretion_statement = None
def delete(self):
More information about the Mpuls-commits
mailing list