Wiking branch, master, updated. 965c29532883d26ff360ac5e3975211e594a42ae
Milan Zamazal
pdm at devel.brailcom.org
Mon Oct 18 14:33:36 CEST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".
The branch, master has been updated
via 965c29532883d26ff360ac5e3975211e594a42ae (commit)
from c20a140fcf2a1dcdf3808a9f11c355126e496dfd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 965c29532883d26ff360ac5e3975211e594a42ae
Author: Milan Zamazal <pdm at brailcom.org>
Date: Mon Oct 18 14:31:31 2010 +0200
Use TimeInterval type for SessionLog.duration
-----------------------------------------------------------------------
Summary of changes:
lib/wiking/cms/users.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/wiking/cms/users.py b/lib/wiking/cms/users.py
index 1a686a5..69c711d 100644
--- a/lib/wiking/cms/users.py
+++ b/lib/wiking/cms/users.py
@@ -1286,7 +1286,7 @@ class SessionLog(UserManagementModule):
# Translators: Table column heading. Time of the start of user session, followed by a date and time.
Field('start_time', _("Start time"), type=DateTime(exact=True, not_null=True)),
# Translators: Table column heading. The length of user session. Contains time.
- Field('duration', _("Duration"), type=Time(exact=True)),
+ Field('duration', _("Duration"), type=pytis.data.TimeInterval()),
# Translators: Table column heading. Whether the account is active. Values are yes/no.
Field('active', _("Active")),
Field('ip_address', _("IP address")),
hooks/post-receive
--
Wiking
More information about the Wiking-cvs
mailing list