···4949 return convert_value(self.value, self.type)
5050 else:
5151 values = self.value.split(",")
5252- return [convert_value(type, value) for value in values]
5252+ return [convert_value(value, self.type) for value in values]
53535454 def clean(self):
5555 """Calls to the converter to check the type conversion. Added exception