[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585 stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 11 Oct 2011 10:59:35 +0200
branchstable
changeset 7930 664d52cb936d
parent 7928 c65fd337fd1d
child 7931 60068dc83457
child 7932 2ad26cc3b5c6
[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585
schemas/base.py
--- a/schemas/base.py	Fri Oct 07 17:29:14 2011 +0200
+++ b/schemas/base.py	Tue Oct 11 10:59:35 2011 +0200
@@ -279,8 +279,7 @@
     url = String(description=_('URLs from which content will be imported. You can put one url per line'))
     parser = String(description=_('parser to use to extract entities from content retrieved at given URLs.'))
     latest_retrieval = TZDatetime(description=_('latest synchronization time'))
-    in_synchronization = TZDatetime(description=_('start timestamp of the currently in synchronization, or NULL when no synchronization in progress.'),
-                                    default=False)
+    in_synchronization = TZDatetime(description=_('start timestamp of the currently in synchronization, or NULL when no synchronization in progress.'))
 
 
 ENTITY_MANAGERS_PERMISSIONS = {