[Mpuls-commits] r5152 - in base/trunk: . mpulsweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jul 1 20:24:40 CEST 2011
Author: bh
Date: 2011-07-01 20:24:38 +0200 (Fri, 01 Jul 2011)
New Revision: 5152
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/model/case.py
Log:
* mpulsweb/model/case.py (Field): Fix typo in doc-string.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2011-07-01 18:23:53 UTC (rev 5151)
+++ base/trunk/ChangeLog 2011-07-01 18:24:38 UTC (rev 5152)
@@ -1,5 +1,9 @@
2011-07-01 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/model/case.py (Field): Fix typo in doc-string.
+
+2011-07-01 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/model/case.py (MpulsCaseFactory.loadById): Log the
query before it's executed instead of afterwards, so that the
query string has been logged even if the execution fails because
Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py 2011-07-01 18:23:53 UTC (rev 5151)
+++ base/trunk/mpulsweb/model/case.py 2011-07-01 18:24:38 UTC (rev 5152)
@@ -234,7 +234,7 @@
alias_force_string -- If true (default), the value will be forced
to be a unicode string using the ensure_unicode function
when it is accessed through the alias name.
- This setting only has an affect if alias is not None.
+ This setting only has an effect if alias is not None.
session -- If true (default false) the field is available with
the alias name from the SessionCase object too.
More information about the Mpuls-commits
mailing list