schema.py
changeset 10813 ab626726a70a
parent 10797 b4f8c0b98c29
child 10833 f585add0fed9
--- a/schema.py	Tue Nov 03 18:03:21 2015 +0100
+++ b/schema.py	Tue Nov 03 18:10:58 2015 +0100
@@ -105,6 +105,9 @@
 INTERNAL_TYPES = set(('CWProperty', 'CWCache', 'ExternalUri', 'CWDataImport',
                       'CWSource', 'CWSourceHostConfig', 'CWSourceSchemaConfig'))
 
+UNIQUE_CONSTRAINTS = ('SizeConstraint', 'FormatConstraint',
+                      'StaticVocabularyConstraint',
+                      'RQLVocabularyConstraint')
 
 _LOGGER = getLogger('cubicweb.schemaloader')