changeset 15:667ae96b50f7

Add a stop field to the status
author Bernhard Herzog <bh@intevation.de>
date Fri, 09 Mar 2007 19:38:46 +0100
parents dfd89f81e66c
children 7c55f3879c4d
files treepkg/status.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/status.py	Fri Mar 09 19:02:47 2007 +0100
+++ b/treepkg/status.py	Fri Mar 09 19:38:46 2007 +0100
@@ -47,7 +47,8 @@
 class Status(object):
 
     fields = dict(status=StringFieldDesc(),
-                  start=DateFieldDesc(default=None))
+                  start=DateFieldDesc(default=None),
+                  stop=DateFieldDesc(default=None))
 
     attrs = set(["filename", "values"])
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)