[schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585
--- 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 = {