def _format_value(self, value): if self.is_localized: return formats.localize_input(value) value = [str(e) for e in value] return ','.join(value)