schema.py
changeset 6427 c8a5ac2d1eaa
parent 6377 3bb415310d4f
child 6481 103774c8c215
--- a/schema.py	Sat Oct 09 00:05:50 2010 +0200
+++ b/schema.py	Sat Oct 09 00:05:52 2010 +0200
@@ -49,7 +49,7 @@
 # set of meta-relations available for every entity types
 META_RTYPES = set((
     'owned_by', 'created_by', 'is', 'is_instance_of', 'identity',
-    'eid', 'creation_date', 'modification_date', 'has_text', 'cwuri',
+    'eid', 'creation_date', 'cw_source', 'modification_date', 'has_text', 'cwuri',
     ))
 WORKFLOW_RTYPES = set(('custom_workflow', 'in_state', 'wf_info_for'))
 WORKFLOW_DEF_RTYPES = set(('workflow_of', 'state_of', 'transition_of',