[Mpuls-commits] r1975 - wasko/branches/2.0/jmdweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 16 12:54:03 CET 2010


Author: torsten
Date: 2010-03-16 12:54:02 +0100 (Tue, 16 Mar 2010)
New Revision: 1975

Modified:
   wasko/branches/2.0/jmdweb/lib/validators.py
Log:
* jmdweb/lib/validators.py (SearchCaseForm): Deleted. Was moved to
  mpulsweb


Modified: wasko/branches/2.0/jmdweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/validators.py	2010-03-16 11:52:56 UTC (rev 1974)
+++ wasko/branches/2.0/jmdweb/lib/validators.py	2010-03-16 11:54:02 UTC (rev 1975)
@@ -97,18 +97,6 @@
     vorname = String()
     statement_signed = Bool(if_missing=False)
 
-
-class SearchCaseForm(BaseFormValidator):
-
-    gender = Int(if_missing='-2')
-    cm_state = Int(if_missing=None)
-
-
-class SearchAgencyForm(SearchCaseForm):
-
-    pass
-
-
 class BundleActionForm(BaseFormValidator):
 
     filter_extra_fields = True



More information about the Mpuls-commits mailing list