[Erp5-report] r14637 - /erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 28 18:26:12 CEST 2007


Author: nicolas
Date: Mon May 28 18:26:12 2007
New Revision: 14637

URL: http://svn.erp5.org?rev=14637&view=rev
Log:
DateTime(0.0) is not a None Value

Modified:
    erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py

Modified: erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py?rev=14637&r1=14636&r2=14637&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py (original)
+++ erp5/trunk/products/ERP5Type/Accessor/TypeDefinition.py Mon May 28 18:26:12 2007
@@ -103,7 +103,7 @@
                              'isList'  : 0,
                            },
     'date'               : { 'cast'    : asDate,
-                             'null'    : ('', 'None', None, DateTime(0.0)),
+                             'null'    : ('', 'None', None,),
                              'default' : DateTime(0.0),
                              'isList'  : 0,
                            },




More information about the Erp5-report mailing list