schemas/base.py
branchstable
changeset 7930 664d52cb936d
parent 7927 44d6e41c0b62
child 7931 60068dc83457
--- 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 = {