diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
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")), ) |