cubicweb/schema.py
changeset 11681 b23d58050076
parent 11463 31e2de4d23a6
child 11765 9cb215e833b0
--- a/cubicweb/schema.py	Mon Sep 26 14:52:12 2016 +0200
+++ b/cubicweb/schema.py	Mon Sep 26 16:45:30 2016 +0200
@@ -97,7 +97,8 @@
                       'SubWorkflowExitPoint'))
 
 INTERNAL_TYPES = set(('CWProperty', 'CWCache', 'ExternalUri', 'CWDataImport',
-                      'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig'))
+                      'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig',
+                      'CWSession'))
 
 UNIQUE_CONSTRAINTS = ('SizeConstraint', 'FormatConstraint',
                       'StaticVocabularyConstraint',