# HG changeset patch # User Sylvain Thénault # Date 1318323575 -7200 # Node ID 664d52cb936da8627a5077206b219a6716c3fd39 # Parent c65fd337fd1df8aed12991626257c692a3150f39 [schema] drop erroneous default on CWSource.in_synchronization. Closes #1990585 diff -r c65fd337fd1d -r 664d52cb936d 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 = {