can personalise ALLOWED_LEADER_PROPERTIES variables
This commit is contained in:
parent
32b24c2978
commit
a3d04c7451
1 changed files with 10 additions and 10 deletions
|
@ -130,16 +130,16 @@ FORBIDDEN_SET_PERMISSIVES = frozenset(['force_default_on_freeze',
|
||||||
'force_metaconfig_on_freeze',
|
'force_metaconfig_on_freeze',
|
||||||
'force_store_value',
|
'force_store_value',
|
||||||
])
|
])
|
||||||
ALLOWED_LEADER_PROPERTIES = frozenset(['empty',
|
ALLOWED_LEADER_PROPERTIES = {'empty',
|
||||||
'notempty',
|
'notempty',
|
||||||
'notunique',
|
'notunique',
|
||||||
'unique',
|
'unique',
|
||||||
'force_store_value',
|
'force_store_value',
|
||||||
'mandatory',
|
'mandatory',
|
||||||
'force_default_on_freeze',
|
'force_default_on_freeze',
|
||||||
'force_metaconfig_on_freeze',
|
'force_metaconfig_on_freeze',
|
||||||
'frozen',
|
'frozen',
|
||||||
])
|
}
|
||||||
|
|
||||||
static_set = frozenset()
|
static_set = frozenset()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue