summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 6007cadef..0e3051e28 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -674,6 +674,7 @@ JSON_VALUE_TYPES = (
("F", _("Float")),
("D", _("Date")),
("C", _("Choices")),
+ ("MC", _("Multi-choices")),
)